Circleback
Meeting notes, transcripts, action items
About Circleback
Circleback is an AI meeting assistant that produces structured notes, transcripts, and action items. Its remote MCP server brings that meeting context into assistant workflows so past conversations, decisions, and follow-ups can be searched and referenced.
Connection details
https://app.circleback.ai/api/mcp- Transport
- Streamable HTTP
- Authentication
- OAuth
Setup
claude mcp add circleback --transport http https://app.circleback.ai/api/mcpFrequently asked questions
What is the Circleback remote MCP server?
The Circleback remote MCP server is a hosted Model Context Protocol endpoint at https://app.circleback.ai/api/mcp, so AI assistants can connect to it without installing or running anything locally. Circleback is an AI meeting assistant that produces structured notes, transcripts, and action items. Its remote MCP server brings that meeting context into assistant workflows so past conversations, decisions, and follow-ups can be searched and referenced.
How do I connect to the Circleback MCP server?
Add the endpoint https://app.circleback.ai/api/mcp to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Circleback MCP server require authentication?
Yes. Circleback uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the Circleback MCP server use?
Circleback exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.
