Contox MCP for Claude Code
Give Claude Code persistent memory via MCP. Your AI remembers your architecture, conventions, and decisions across sessions.
Claude uses it autonomously
The plugin includes an auto-invoke skill. Claude loads your memory, searches when it needs info, and saves new knowledge. All without you asking.
Auto-load at session start
Claude automatically loads your project memory when you start a new conversation. No need to ask.
Search on demand
When Claude needs specific info (component props, API signatures, past decisions), it searches your contexts automatically.
Save at session end
Ask Claude to save and it categorizes everything: architecture, conventions, bugs, decisions, todos.
Full CRUD access
Claude can create, read, update, and delete contexts. Your AI manages its own knowledge base.
Slash Commands
Quick access to all Contox features, right from the chat.
/contox:memoryLoad complete project memory: architecture, conventions, decisions, bugs, history.
/contox:saveSave session work into persistent memory, automatically categorized.
/contox:searchFull-text search across all content: code, props, endpoints, notes, decisions.
/contox:contextsList and manage contexts: create, read, delete, view hierarchy.
/contox:setupInteractive guide to configure API key, team ID, and project ID.
Install in 3 steps
Up and running in under a minute.
Add the marketplace
Register the Contox marketplace in Claude Code.
/plugin marketplace add Takinggg/contox-pluginInstall the MCP server
Install Contox MCP from the marketplace. Available immediately.
/plugin install contoxConfigure your project
Run the setup wizard to connect your Contox account.
/contox:setupMCP Tools Reference
These tools are available to Claude automatically. It uses them to read, search, and manage your project contexts.
| Tool | Description |
|---|---|
contox_get_memory | Load complete project memory as structured markdown |
contox_save_session | Save session work into categorized sub-contexts |
contox_search | Full-text search across all context content with snippets |
contox_list_contexts | List all project contexts with metadata |
contox_get_context | Get a specific context by ID (full content) |
contox_create_context | Create a new context manually |
contox_update_context | Update name, description, or content |
contox_delete_context | Delete a context by ID |
Requirements
Give Claude a memory
Stop re-explaining your codebase every session. Set up the MCP integration and let Claude remember.