The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Contexta listing page.
Persistent memory & knowledge graph for your AI assistant.
Keyword + vector + graph search in a single lookup.
Contexta is a memory MCP server that remembers like a human does — by meaning, by words, and by relationships.
Most memory tools give you one flavor of recall: embedding search, a raw log, or a graph you pay extra for. Contexta fuses all three into a single query. Your agent can ask "what did we decide about pricing with Acme last quarter?" and get back the right meeting, the right decision, and the people connected to it — in one round-trip.
Under the hood, Contexta indexes your notes, messages, and documents as typed entities (people, projects, decisions, meetings, tasks) and links them into a knowledge graph automatically. Every retrieval combines:
One-click install from the Smithery listing — Smithery handles the OAuth flow and proxies connections through its gateway.
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):
Claude will walk you through the OAuth sign-in on first use. See examples/claude-desktop.json.
Add a new MCP server in Cursor → Settings → MCP:
https://mcp.contexta.cc/mcpSee examples/cursor.json.
In ChatGPT → Settings → Connectors → Add custom connector → paste https://mcp.contexta.cc/mcp. See examples/chatgpt.md for full instructions.
Contexta uses OAuth 2.0 with dynamic client registration (RFC 7591) and PKCE. On first connection, your MCP client opens a browser window, you sign in with your Contexta account, and the client receives a per-user access token. Tokens are refreshed automatically.
No API keys, no shared credentials — every request runs as a specific user with that user's private memory.
Contexta MCP exposes the following tools to your AI client (non-exhaustive):
search — keyword + vector + graph search across your memoryread_page — fetch a note or document by IDcreate_page — save a new memoryupdate_page — edit an existing memorygraph_search — traverse the knowledge graphlist_tasks / create_task / update_task — task managementlist_workspaces — available workspaceshttps://mcp.contexta.cc/mcpMIT — see LICENSE.
This repository is a public showcase for the hosted Contexta MCP service. The service itself is operated by the Contexta team at mcp.contexta.cc.