ContextForge

Persistent memory MCP server for Claude — store decisions, code, and knowledge across sessions.

Persistent memory via MCP

Persistent memory

for Claude, Cursor
& Copilot.

Stop re-explaining your project every session. ContextForge keeps Claude Code, Cursor, and Copilot in sync across every session via MCP — what you decided yesterday is still there today.

Start for FreeRead the Docs

No credit card required

Free tier forever

Setup in under 3 minutes

ContextForge Projects dashboard

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

Projects overview

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

ContextForge Spaces view

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.

Searching for tasks

Searching for knowledge

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%

MCP in Action

Your Agent Understands Meaning

Keyword search fails when your code uses different words than your query. Semantic search understands what you mean — not just what you type.

Keyword Search

Terminal

$ grep "how does login work?" ./docs/

Searching 847 files...

0 results found

No file contains the exact phrase "login"

# Your code says "authentication", "auth",

# "JWT", "session" — never "login"

Semantic Search via MCP

MCP terminal

query: "how does login work?"

✓ 3 results · 38ms

1. JWT auth middleware with Supabase SSR

94% match

2. RLS policies for row-level security

89% match

3. OAuth callback handler implementation

76% match

Same query. Same codebase. Only semantic search finds the answer.

Learn how it works

Feature

Git Integration

Commits, PRs, and branches sync automatically. Your agent always knows what changed — and why.

Read more

Git integration panel

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

Team Kanban board

Feature

Tasks

Your agent creates tasks from code reviews, assigns priorities, and resolves them — all through MCP.

Read more

Task tracker

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

Snapshots timeline

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

API keys management

Scoped access

Create read-only or full-access keys per project. Revoke anytime. Perfect for CI/CD pipelines and automation.

Tutorials

See how it works

Short, focused walkthroughs of every major feature. Watch a 3-minute tour or skim the article — both work.

Skills Were Dead Prompts. Routines Made Them Alive. Video

Skills Were Dead Prompts. Routines Made Them Alive.

A few weeks ago I shipped Skills — a way to save AI prompts as reusable templates inside ContextForge , so my best prompts wouldn't keep dying in a Notion pa...

6 min read·with video

I Built Skills Because My Notes App Was Full of Dead Prompts Video

I Built Skills Because My Notes App Was Full of Dead Prompts

Open your Notes app right now. Search "prompt." Count what comes up. If you're anything like the 200+ developers I've talked to in the last six months, the a...

8 min read·with video

Import Your AI Memory into ContextForge: Claude Code, ChatGPT, and Knowledge Graph

Import Your AI Memory into ContextForge: Claude Code, ChatGPT, and Knowledge Graph

You've been building knowledge with your AI assistant for months — project decisions, API patterns, debugging notes. But that knowledge is scattered acro...

2 min read

GitHub Copilot Now Supports MCP — Here's How to Give It Persistent Memory

GitHub Copilot Now Supports MCP — Here's How to Give It Persistent Memory

GitHub Copilot just got MCP support. That means you can now connect external tools directly to Copilot's Agent Mode in VS Code. One thing you can do with...

3 min read

ContextForge Now Supports Cursor IDE: Persistent AI Memory Everywhere

ContextForge Now Supports Cursor IDE: Persistent AI Memory Everywhere

If you've ever wished your AI coding assistant could remember things between sessions — project decisions, API patterns, debugging insights — ContextForge already solved that for Claude Desktop and Claude Code users. Today, we're excited to

2 min read

How to Give Claude Persistent Memory with MCP

How to Give Claude Persistent Memory with MCP

Every conversation with Claude starts from zero. It doesn't remember the stack you chose last week, the naming conventions you prefer, or the bug you spent three hours debugging yesterday. You explain the same context over and over — and it

4 min read

See all articles

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