ContextForge
Persistent memory MCP server for Claude — store decisions, code, and knowledge across sessions.
Persistent memory via MCP
Your AI agent
forgets everything.
Fix that.
ContextForge gives Claude Code, Copilot, Cursor, and Claude Desktop persistent memory across sessions. One MCP server. Zero re-explaining.
Start for FreeRead the Docs
No credit card required
Free tier forever
Setup in under 3 minutes
AI tools are powerful.
But they have no memory.
Every session starts from zero
You open Claude Code. You explain your architecture. Your naming conventions. The auth decision from last week. Again.
Context costs time
The more complex your project, the more time you waste giving context your agent should already know.
No built-in memory
AI coding agents are powerful — but every conversation is a blank slate. That's the bottleneck.
Plugs into the tools you already use
Claude Code
Full terminal workflow with memory that carries across every session.
ChatGPT
Persistent memory across conversations in the ChatGPT desktop app.
Claude Desktop
Rich conversations that remember your project, decisions, and context.
Cursor
AI-assisted editing with context that persists between sessions.
Windsurf
Cascade AI with persistent project memory via MCP.
GitHub Copilot
Agent mode in VS Code with persistent memory via MCP.
How it works
Three minutes to infinite memory.
Add one JSON block to your MCP config. Your agent starts remembering — decisions, architecture, git history — everything.
terminal — contextforge
# Add ContextForge to your MCP config
$ cat claude_desktop_config.json
{
"mcpServers": {
"contextforge": {
"command": "npx",
"args": ["-y", "contextforge-mcp"],
"env": {
"CONTEXTFORGE_API_KEY": "cf_sk_..."
}
}
}
}
# Your agent now has persistent memory!
Semantic Search
Git Integration
Snapshots
Projects & Spaces
Task Tracking
API Keys
Import / Export
MCP Native
Feature
Projects
Keep every repo organized. Group spaces, share with your team, and control who sees what.
Read more
MCP terminal
● memory_list_projects (ContextForge)
✓ 2 projects found:
📁 Tsubasa Soccer 10 spaces · 3 collaborators
📁 MCP-memory 12 spaces · 1 collaborator
Feature
Spaces
Separate concerns cleanly. Each space has its own embeddings — your agent searches only what it needs, with zero noise.
Read more
MCP terminal
● memory_list_spaces (ContextForge)
✓ 4 spaces in "MCP-memory"
◆ backend-docs 48 items
◆ frontend-arch 31 items
◆ api-decisions 22 items
◆ deployment 15 items
Feature
Semantic Search
Ask in plain English. ContextForge understands meaning, not just keywords — so your agent always finds the right context.
Read more
Beyond keywords
Ask questions in plain English. ContextForge understands meaning, not just words — so your agent always finds the right context.
MCP terminal
● memory_query (ContextForge)
query: "how does authentication work?"
✓ 3 results · 42ms
1. JWT auth via @supabase/ssr 94%
2. RLS policies on user tables 89%
Feature
Git Integration
Commits, PRs, and branches sync automatically. Your agent always knows what changed — and why.
Read more
MCP terminal
● memory_git_sync (ContextForge)
sync_type: "all"
✓ Synced 47 commits and 8 PRs
repo: alfredoizdev/MCP-context-forge
Feature
Team
Invite your team, manage roles, share knowledge. Every agent and every member — always in sync.
Read more
Real-time collaboration
Your whole team shares the same knowledge base. Every agent, every member — always in sync.
MCP terminal
● collaborators_list (ContextForge)
✓ 3 collaborators on "Tsubasa Soccer"
👤 alfredo owner
👤 carlos editor
👤 maria viewer
Feature
Tasks
Your agent creates tasks from code reviews, assigns priorities, and resolves them — all through MCP.
Read more
MCP terminal
● tasks_list (ContextForge)
status: "pending"
✓ 3 pending tasks:
● Fix auth token refresh high
● Add rate limiting medium
● Update README low
Feature
Snapshots
Save your agent's memory at any point. Accidentally broke something? Roll back instantly.
Read more
MCP terminal
● memory_snapshot_list (ContextForge)
✓ 3 snapshots:
📸 pre-refactor backup 52 items · Mar 15
📸 v2.0 release 41 items · Mar 10
📸 initial setup 12 items · Mar 1
Feature
API Keys
Scoped keys for CI/CD, scripts, or custom tooling. Read-only or full access. Revoke anytime.
Read more
Scoped access
Create read-only or full-access keys per project. Revoke anytime. Perfect for CI/CD pipelines and automation.
Built for developers who ship
0+
Knowledge items stored
0ms
Avg. semantic search
0%
API uptime
0min
Setup time
Pricing
Simple, transparent pricing
Start free. Upgrade when you need more. 14-day free trial on paid plans.
Free
$0/forever
Perfect for trying out ContextForge with your personal projects.
- 1 project
- 3 spaces
- 200 documents
- 500 semantic queries/mo
- 50 MB storage
- Batch operations
- Import / Export
- Git integration
- Snapshots
- Collaborators Get Started Free
Most Popular
Pro
$9/month
For developers who need more power and team collaboration.
- 25 projects
- Unlimited spaces
- 5,000 documents
- 15,000 semantic queries/mo
- 1 GB storage
- Git integration — unlimited repos
- 50 snapshots
- 5 collaborators
- 2,000 webhooks/mo
- 14-day free trial Start Free Trial
Premium
$29/month
For teams and power users who need unlimited everything.
- Unlimited projects
- Unlimited spaces
- 10,000 documents
- 20,000 semantic queries/mo
- 2 GB storage
- Git integration — unlimited repos
- Unlimited snapshots
- Unlimited collaborators
- 5,000 webhooks/mo
- 14-day free trial Start Free Trial
Stop re-explaining your codebase.
Your AI agent should know your project as well as you do. Give it memory that lasts.
Get in Touch
Questions, feedback, or partnerships.
Send Message
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Dev Manager
A development management tool for project planning, task management, and development workflows.
Deriv API Server
An MCP server and OpenAI function calling service for interacting with the Deriv API.
MLflow Prompt Registry
Access prompt templates managed in an MLflow Prompt Registry. Requires a running MLflow server configured via the MLFLOW_TRACKING_URI environment variable.
Code Understanding
Analyzes local and remote GitHub repositories to provide code understanding and context generation, including structure analysis, file identification, and semantic mapping.
Gentoro
Gentoro generates MCP Servers based on OpenAPI specifications.
Awesome LLMs Txt
Access documentation from the Awesome-llms-txt repository directly in your conversations.
Azure DevOps MCP Server for Cursor
An MCP server for Azure DevOps with tools for project management, work items, pull requests, builds, tests, and more.
Windows Command Line MCP Server
Enables AI models to interact with the Windows command-line safely and efficiently.
mcp-agent-kit
a complete and intuitive SDK for building MCP Servers, MCP Agents, and LLM integrations (OpenAI, Claude, Gemini) with minimal effort. It abstracts all the complexity of the MCP protocol, provides an intelligent agent with automatic model routing, and includes a universal client for external APIs all through a single, simple, and powerful interface. Perfect for chatbots, enterprise automation, internal system integrations, and rapid development of MCP-based ecosystems.
pyATS
Interact with network devices using Cisco's pyATS and Genie libraries for model-driven automation.