MCP is an open protocol that lets AI assistants access your Caret meeting data directly. Ask your AI about past meetings, search your knowledge base, and reference transcripts — all without leaving your workflow.Documentation Index
Fetch the complete documentation index at: https://docs.caret.so/llms.txt
Use this file to discover all available pages before exploring further.
Supported Clients
Claude Desktop
Anthropic’s desktop AI assistant.
Cursor
AI-powered code editor.
Any MCP Client
Any client that supports the Model Context Protocol.
Quick Setup
- Claude Desktop
- Cursor
- Other Clients
You can also manually add the server in your
claude_desktop_config.json:API Key Authentication
If your MCP client does not support OAuth, you can authenticate with an API key.What You Can Do
All tools are read-only and scoped to your workspace.| Capability | Example Prompt |
|---|---|
| List meeting notes | ”Show me my meetings from last week” |
| Get full note details | ”What was discussed in the Q3 planning call?” |
| Search notes by title | ”Find meetings about pricing” |
| Search knowledge base | ”What did the customer say about our competitor?” |
| View workspace info | ”What workspace am I connected to?” |
| List team members | ”Who’s on the team?” |
Troubleshooting
| Issue | Solution |
|---|---|
| Connection failed | Verify the URL is exactly https://api.caret.so/mcp |
| Unauthorized error | Re-authenticate or check that your API key has the correct scopes |
| No results returned | Ensure your workspace has meeting notes with completed status |
| Workspace not found | Confirm you’re a member of the workspace you selected |