Skip to content
Claude Code MCPMCP

Contox MCP for Claude Code

Give Claude Code persistent memory via MCP. Your AI remembers your architecture, conventions, and decisions across sessions.

5 slash commandsInstant access
8 MCP toolsFull CRUD + search
Auto-invoke skillWorks on its own

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.

Claude Code · contox MCP active
U

Add a dark mode toggle to the settings page

contox_get_memoryloading project context...
contox_search("theme settings dark mode")

I loaded your project memory and found that your settings page is atsrc/app/dashboard/settings/page.tsxwith an existing "Appearance" tab using theThemeProviderfrom your context. Let me add the toggle...

Slash Commands

Quick access to all Contox features, right from the chat.

/contox:memory

Load complete project memory: architecture, conventions, decisions, bugs, history.

/contox:save

Save session work into persistent memory, automatically categorized.

/contox:search

Full-text search across all content: code, props, endpoints, notes, decisions.

/contox:contexts

List and manage contexts: create, read, delete, view hierarchy.

/contox:setup

Interactive guide to configure API key, team ID, and project ID.

Install in 3 steps

Up and running in under a minute.

01

Add the marketplace

Register the Contox marketplace in Claude Code.

/plugin marketplace add Takinggg/contox-plugin
02

Install the MCP server

Install Contox MCP from the marketplace. Available immediately.

/plugin install contox
03

Configure your project

Run the setup wizard to connect your Contox account.

/contox:setup

MCP Tools Reference

These tools are available to Claude automatically. It uses them to read, search, and manage your project contexts.

ToolDescription
contox_get_memoryLoad complete project memory as structured markdown
contox_save_sessionSave session work into categorized sub-contexts
contox_searchFull-text search across all context content with snippets
contox_list_contextsList all project contexts with metadata
contox_get_contextGet a specific context by ID (full content)
contox_create_contextCreate a new context manually
contox_update_contextUpdate name, description, or content
contox_delete_contextDelete a context by ID

Requirements

Claude Code CLI (with MCP)
Node.js 20+
Contox account (free)

Give Claude a memory

Stop re-explaining your codebase every session. Set up the MCP integration and let Claude remember.