Context Graph MCP Server
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., "@Context Graph MCP Serverquery decisions about API design"
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.
Context Graph MCP Server
MCP server for storing and querying decision traces with semantic search using Voyage AI embeddings and ChromaDB.
Features
Semantic Search: Find decisions by meaning, not keywords
Vector Embeddings: 1024-dim embeddings via Voyage AI
Local Storage: ChromaDB for cross-platform vector database
Outcome Tracking: Mark decisions as success/failure after validation
Category Filtering: Group by framework, architecture, api, error, testing, deployment
Related MCP server: Doclea MCP
Installation
# Install dependencies
pip install -r requirements.txt
# Set Voyage AI API key
export VOYAGE_API_KEY="your_key_here"Usage
# Run server (stdio transport)
python server.pyMCP Configuration
Add to ~/.config/claude/mcp.json or .claude/mcp.json:
{
"mcpServers": {
"context-graph": {
"command": "uv",
"args": [
"--directory",
"/path/to/context-graph-mcp",
"run",
"python",
"server.py"
],
"env": {
"VOYAGE_API_KEY": "your_key_here"
}
}
}
}Tools
Tool | Purpose |
| Store decision with embedding |
| Semantic vector search |
| Get specific trace by ID |
| Update outcome status |
| List with pagination |
| Category counts |
Trace Schema
{
"id": "trace_abc123...",
"timestamp": "2025-01-15T10:30:00",
"category": "framework",
"decision": "Chose FastAPI over Flask for async support",
"outcome": "pending|success|failure",
"state": "IMPLEMENT",
"feature_id": "feat-001"
}Categories
framework- Tech stack choicesarchitecture- Design patterns, structureapi- Endpoint design, contractserror- Failure modes, fixestesting- Test strategiesdeployment- Infra decisions
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.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables semantic code search across local projects and Git repositories using AI embeddings with ChromaDB. Supports both OpenAI and local Ollama models for private, enterprise-ready code analysis and similar code discovery.Last updated44MIT

Doclea MCPofficial
Alicense-qualityCmaintenanceProvides persistent memory for AI coding assistants, storing and retrieving architectural decisions, patterns, and solutions across sessions using semantic search, while also offering git integration for commit messages and code expertise mapping.Last updatedMIT- AlicenseAqualityCmaintenanceProvides persistent cross-session memory and full-text search for AI coding assistants, storing project context, decisions, and preferences while enabling searchable access to conversation history via local SQLite.Last updated8MIT
- AlicenseAqualityCmaintenanceRecord development decisions as structured JSON, embed them as vectors via Gemini, and search semantically over MCP. Works with Claude Code, Cursor, Windsurf, and any MCP client.Last updated9680MIT
Related MCP Connectors
Persistent memory for AI agents. Search, store, and recall across sessions.
Universal memory for AI agents and tools. Save, organize and search context anywhere.
Long-term memory for AI assistants. Hybrid retrieval, query expansion, auto-topics.
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/ingpoc/context-graph-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server