Odel
contextforge mcp

contextforge mcp

Local
@alfredoizdev2TypeScriptMITUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcontextforge-mcpv0.11.0

Run

npx -y contextforge-mcp

MCP client config

{
  "mcpServers": {
    "contextforge-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "contextforge-mcp"
      ]
    }
  }
}