Sayli can be a source your own AI tools read from. Connect it as an MCP server and your meetings become something Claude, Cursor, or ChatGPT can ask about, without copying anything out of Sayli. It speaks JSON-RPC, authenticates with a personal access token, and is strictly read-only.
The six tools
Connect it
In Settings, connect the MCP server. Sayli mints an org-bound token and gives you a paste-ready client config.
Add the config to your AI client. Sayli returns it in the mcpServers shape Claude Desktop and Cursor read:
{
"mcpServers": {
"sayli": {
"url": "https://api.sayli.ai/api/v1/mcp",
"headers": { "Authorization": "Bearer sayli_pat_your_token_here" }
}
}
}Clients configured through a UI, like ChatGPT connectors, do not take this JSON. Paste the URL and the token into the connector form instead.
Read-only and audited
The server can read your meetings. It cannot change anything. Every call is
written to your audit log and fires an mcp.tool_called webhook, so you always
know what was asked and when.