HomeKnowledge & Memory › contextforge-mcp

contextforge-mcp

Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot.

TypeScript Cloud
★ 2 stars Last pushed 2026-09-04 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.11.0)

npx -y contextforge-mcp@0.11.0

Or add to your MCP client config:

{
  "mcpServers": {
    "contextforge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "contextforge-mcp@0.11.0"
      ],
      "env": {
        "CONTEXTFORGE_API_KEY": "<YOUR_VALUE>",
        "CONTEXTFORGE_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • CONTEXTFORGE_API_KEY required secret — Your API key from the ContextForge dashboard at contextforge.dev
  • CONTEXTFORGE_API_URL — API endpoint URL (defaults to production)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry