← All servers

Session Forge

io.github.420247jake/session-forge v2.0.3
Official Registry git

Persistent memory and session intelligence for AI coding assistants. Zero config.

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect locally via stdio

Run in your terminal
claude mcp add session-forge -- npx -y session-forge
Add to claude_desktop_config.json
{
  "mcpServers": {
    "session-forge": {
      "command": "npx",
      "args": [
        "-y",
        "session-forge"
      ]
    }
  }
}
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "session-forge": {
      "command": "npx",
      "args": [
        "-y",
        "session-forge"
      ]
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "session-forge": {
      "command": "npx",
      "args": [
        "-y",
        "session-forge"
      ]
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "session-forge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "session-forge"
      ]
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "session-forge": {
      "command": "npx",
      "args": [
        "-y",
        "session-forge"
      ]
    }
  }
}

Packages

npm session-forge@2.0.3

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.420247jake--session-forge/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent