Connect over MCP
Mnemom operates two public Model Context Protocol servers. Both use the streamable-HTTP transport, so any MCP client that supports remote HTTP servers can connect.Control plane
https://api.mnemom.ai/mcp62 tools mirroring the mnemom CLI — Trust Ratings, Alignment & Protection Cards, governance signals, postures, teams, webhooks, and API keys. tools/list is public; tool execution authenticates exactly as the REST API.Docs search
https://docs.mnemom.ai/mcpRead-only. Two tools — search_mnemom_docs and query_docs_filesystem — over this documentation and the OpenAPI spec. No authentication.The control plane authenticates with the same credentials as the REST API: a Bearer JWT or an
X-Mnemom-Api-Key. See Authentication. The docs-search server needs no auth.Authentication
Set your token once in the environment, then reference it from each client config:Authorization: Bearer <token>. To use an API key instead, send it as the X-Mnemom-Api-Key header.
Client setup
- Claude Code
- Cursor
- VS Code
- Claude Desktop
Add both servers from the CLI:List the registered servers with
claude mcp list.Verify the connection
tools/list is public on both servers, so you can confirm reachability with a raw JSON-RPC call before wiring up a client:
Discovery
The control-plane server publishes a discoverable MCP server card (server.json shape) at https://www.mnemom.ai/.well-known/mcp/server-card.json. Clients that resolve server cards can configure themselves from that single URL.
Agent surface map
The full set of Mnemom’s agent-facing surfaces — discovery files, well-known metadata, and both MCP endpoints — is catalogued on the For Agents page.