Persistent memory and knowledge graph for AI assistants β keyword + vector + graph search.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by Contexta.
searchkeyword + vector + graph search across your memory
read_pagefetch a note or document by ID
create_pagesave a new memory
update_pageedit an existing memory
graph_searchtraverse the knowledge graph
list_workspacesavailable workspaces
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.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/contexta)<a href="https://allmcps.com/mcp/contexta"><img src="https://allmcps.com/api/badge/contexta?style=directory" alt="Contexta on AllMCPs" /></a>