Skip to content

v0.1.76 — Initial open-source release

Latest

Choose a tag to compare

@alfredoizdev alfredoizdev released this 20 May 17:34

First public release of the ContextForge MCP client.

What this is

contextforge-mcp is the open-source MCP client for ContextForge — persistent memory for AI coding agents. The client connects your AI tool (Claude Code, Cursor, GitHub Copilot, ChatGPT, Windsurf) to the ContextForge memory backend via the Model Context Protocol.

Install

npx contextforge-mcp

Or globally:

npm install -g contextforge-mcp

Configuration

Add to your MCP client (Claude Code, Cursor, etc.):

{
  "mcpServers": {
    "contextforge": {
      "command": "npx",
      "args": ["contextforge-mcp"],
      "env": {
        "CONTEXTFORGE_API_KEY": "your-api-key",
        "CONTEXTFORGE_API_URL": "https://your-project.supabase.co"
      }
    }
  }
}

Get your API key from contextforge.dev/dashboard (free tier available).

Features

  • Persistent memory across AI coding agent sessions
  • Semantic search via pgvector embeddings
  • Git commit and PR sync
  • Project-based memory organization
  • Task tracking and team collaboration
  • Import from Claude Code, ChatGPT, and Obsidian

License

MIT