Add These Docs As MCP to Your IDE
Give your AI assistant (Cursor, VS Code, Claude, Claude Code) direct access to the Bossa documentation. When you ask questions about Bossa, the AI can search our docs in real time instead of relying on web search. MCP server URL:https://docs.bossamemory.com/mcp
Quick Connect (One-Click)
Use the contextual menu at the top of any page on this site:- Connect to Cursor — Installs the Bossa docs MCP server in Cursor
- Connect to VS Code — Installs the Bossa docs MCP server in VS Code
Cursor
- Open the command palette: Command + Shift + P (Mac) or Ctrl + Shift + P (Windows/Linux)
- Search for “Open MCP settings” and select it
- Select Add custom MCP — this opens your
mcp.jsonfile - Add the Bossa docs server:
- Save the file. Cursor will connect automatically.
VS Code
- Create or edit
.vscode/mcp.jsonin your project - Add the Bossa docs server:
- Save the file.
Claude (claude.ai)
- Go to Claude Settings → Connectors
- Select Add custom connector
- Add:
- Name:
Bossa Docs - URL:
https://docs.bossamemory.com/mcp
- Name:
- Select Add
Claude Code
Run this command to add the Bossa docs MCP server:Why This Helps
- No search noise — The AI goes straight to our documentation instead of generic web results
- Up-to-date — MCP searches our current indexed docs, not stale cached pages
- Integrated — The AI searches during response generation, not as a separate step
Next Steps
- Getting Started — Sign up and make your first request
- MCP Integration — Connect Claude, Cursor, LangChain to the Bossa API (not the docs)