Skip to content
MCP Integration

Contox for Claude

Give Claude persistent memory of your codebase. No more re-explaining your architecture every conversation.

50ms latencyInstant responses
API Key authSecure by default
MCP nativeOfficial protocol

Set up in 3 steps

Connect Claude to your contexts in under 2 minutes.

01

Install the MCP server

One command to install the Contox MCP server globally.

npm install -g contox-mcp
02

Configure Claude Desktop

Add the server to your claude_desktop_config.json file.

03

Start chatting

Claude now has access to all your project contexts. Just ask.

claude_desktop_config.json

{
  "mcpServers": {
    "contox": {
      "command": "npx",
      "args": ["contox-mcp"],
      "env": {
        "CONTOX_API_KEY": "your-api-key",
        "CONTOX_API_URL": "https://contox.dev"
      }
    }
  }
}

What Claude can do

Four powerful tools that give Claude deep project awareness.

List Contexts

list_contexts

Claude can browse all your project contexts and pick the right one for the task at hand.

Read Context

get_context

Full context content is injected into Claude's conversation automatically.

Create Context

create_context

Ask Claude to save new architectural decisions or patterns as a context.

Search Contexts

search_contexts

Claude can search across all contexts to find relevant information instantly.

MCP Tools Reference

ToolDescription
list_contextsLists all contexts for the authenticated user
get_contextRetrieves a single context by ID with full content
create_contextCreates a new context with the given name
search_contextsSearches contexts by name and description

Give Claude a memory

Your AI assistant should remember your architecture, not re-learn it every session.