How it Works
Three simple steps to supercharge your AI workflow
Install the MCP Client
Install ContextForge globally via npm.
npm install -g contextforge-mcpStore Your Knowledge
Use natural commands to save code snippets, decisions, documentation, and context.
"Remember this API pattern..."Query Anytime
Your AI assistant retrieves relevant context automatically or on demand.
"What was that pattern for..."Powerful Features
Everything you need to give your AI assistant a powerful memory

Semantic Search
Find information by meaning, not just keywords. AI-powered search understands context.

Git Integration
Automatically sync commits, PRs, and code changes to your memory.

Snapshots
Version control for your memory. Save states and restore anytime.

Import / Export
Bring your knowledge from Notion, Obsidian, or Markdown files.

Secure API Keys
Scoped permissions and secure authentication for your data.

MCP Native
Built for Claude Desktop and Claude Code from the ground up.
Works Seamlessly with Claude
ContextForge integrates directly with Claude Desktop and Claude Code through the Model Context Protocol. No complex setup required.
- Automatic context injection
Relevant memories are automatically provided to Claude
- Natural language commands
Just tell Claude to "remember this" or "search for..."
- Cross-session persistence
Knowledge persists between conversations
// claude_desktop_config.json
{
"mcpServers": {
"contextforge": {
"command": "contextforge-mcp",
"env": {
"CONTEXTFORGE_API_KEY": "cf_live_...",
"CONTEXTFORGE_API_URL": "https://..."
}
}
}
}