Connect Crosmos to AI clients with the Model Context Protocol.
Crosmos ships an MCP server for AI clients that support the Model Context Protocol. The server gives agents tools to search memories, add new memories, list spaces, and check API health.Use MCP when you want Crosmos memory inside an AI client such as Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, opencode, Cline, Roo-Cline, or Zed. Use the SDKs when you are building Crosmos directly into an application or backend service.
The setup command authenticates with your Crosmos API key, detects installed MCP clients, writes their config, and can install the Crosmos skill for supported AI editors.It detects Claude Desktop, Claude Code, opencode, Cursor, VS Code, Windsurf, Cline, Roo-Cline, and Zed when they are installed.
If you do not use setup, point your MCP client at npx -y @crosmos/crosmos-mcp.
Claude Code
Claude Desktop
Cursor
opencode
VS Code
Windsurf
claude mcp add crosmos-memory -- npx -y @crosmos/crosmos-mcp
Add to ~/Library/Application Support/Claude/claude_desktop_config.json on macOS, ~/.config/Claude/claude_desktop_config.json on Linux, or %APPDATA%/Claude/claude_desktop_config.json on Windows.