Give Claude persistent memory of your codebase. No more re-explaining your architecture every conversation.
Connect Claude to your contexts in under 2 minutes.
One command to install the Contox MCP server globally.
npm install -g contox-mcpAdd the server to your claude_desktop_config.json file.
Claude now has access to all your project contexts. Just ask.
{
"mcpServers": {
"contox": {
"command": "npx",
"args": ["contox-mcp"],
"env": {
"CONTOX_API_KEY": "your-api-key",
"CONTOX_API_URL": "https://contox.dev"
}
}
}
}Four powerful tools that give Claude deep project awareness.
list_contextsClaude can browse all your project contexts and pick the right one for the task at hand.
get_contextFull context content is injected into Claude's conversation automatically.
create_contextAsk Claude to save new architectural decisions or patterns as a context.
search_contextsClaude can search across all contexts to find relevant information instantly.
| Tool | Parameters | Description |
|---|---|---|
list_contexts | — | Lists all contexts for the authenticated user |
get_context | id: string | Retrieves a single context by ID with full content |
create_context | name, description? | Creates a new context with the given name |
search_contexts | query: string | Searches contexts by name and description |
Your AI assistant should remember your architecture, not re-learn it every session.