Contexta MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Contexta MCPfind decisions related to Acme project from last meeting"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
What is Contexta
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:
Keyword search — exact phrases, names, IDs
Vector search — semantic meaning across languages
Graph traversal — follow relationships between entities
Related MCP server: studiomeyer-memory
Why Contexta
Typed entities out of the box — people, projects, decisions, meetings, tasks are first-class, not blobs of text
Knowledge graph included — no paid tier gate on the graph layer
Triple retrieval in one call — no need to stitch together three different memory APIs
30-second setup — install via Smithery, sign in with OAuth, done
Per-user OAuth — your memory is private; the server authenticates every request individually
Multilingual — English and Russian equally supported
Use cases
Persistent memory for Claude, ChatGPT, and Cursor across sessions
Long-term context for AI agents working on ongoing projects
Personal knowledge base that actually understands who and what you mean
Research and meeting recall without manually tagging anything
Install
Via Smithery (recommended)
One-click install from the Smithery listing — Smithery handles the OAuth flow and proxies connections through its gateway.
Manual — Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"contexta": {
"url": "https://mcp.contexta.cc/mcp"
}
}
}Claude will walk you through the OAuth sign-in on first use. See examples/claude-desktop.json.
Manual — Cursor
Add a new MCP server in Cursor → Settings → MCP:
Name: Contexta
Transport: HTTP
URL:
https://mcp.contexta.cc/mcp
See examples/cursor.json.
Manual — ChatGPT
In ChatGPT → Settings → Connectors → Add custom connector → paste https://mcp.contexta.cc/mcp. See examples/chatgpt.md for full instructions.
Authentication
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.
Tools exposed
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 workspacesand more — the full tool list is discovered automatically by your MCP client.
Links
Website: contexta.cc
App: app.contexta.cc
Smithery: smithery.ai/servers/ai-jcce/mcp-contexta
MCP endpoint:
https://mcp.contexta.cc/mcp
License
MIT — 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/teleengco/contexta-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server