Releases: alfredoizdev/contextforge-mcp
Releases · alfredoizdev/contextforge-mcp
Release list
v0.1.76 — Initial open-source release
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-mcpOr globally:
npm install -g contextforge-mcpConfiguration
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