mcpbeat Sign in

Session Forge MCP Server

by 420247jake Your server? Claim it
local only

Session Forge runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from npm. Last commit 9 Mar 2026.

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

Installs per day peak 24 · avg 8 · -23% w/w
a month agotoday
52
Installs / week
npm · session-forge
1
Stars
0 open issues
9 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Session Forge every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add session-forge -- npx -y session-forge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "session-forge": {
      "args": [
        "-y",
        "session-forge"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.session-forge]
command = "npx"
args = ["-y", "session-forge"]
.cursor/mcp.json
{
  "mcpServers": {
    "session-forge": {
      "args": [
        "-y",
        "session-forge"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "session-forge": {
      "args": [
        "-y",
        "session-forge"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Session Forge

same job, measured the same way
M
In Memoria
by pi22by7

Persistent codebase intelligence that gives AI assistants memory across sessions

97 installs/wk local only
I
In Memoria
by pi22by7

Persistent codebase intelligence that gives AI assistants memory across sessions

local only
Memorykit
by rapozoantonio

Cognitive memory for AI coding assistants — persistent memory across sessions

110 installs/wk local only
Ainative Opencode Memory MCP
by ainative-studio

Persistent cross-session memory for OpenCode and MCP coding agents, powered by ZeroDB.

57 installs/wk local only
ContextStream
by contextstream

Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).

answering
Bluecolumn Memory
by bluecolumnconsulting-lgtm

Persistent memory for AI agents — audio intelligence + Music Memory ingestion and recall

69 installs/wk local only
Memory Nexus MCP
by kairosmobius

Persistent semantic memory for AI agents with knowledge graphs and Intelligence Packs.

52 installs/wk local only
Nexus Memory MCP
by kairosmobius

Persistent semantic memory for AI agents with knowledge graphs and Intelligence Packs.

44 installs/wk local only

Session Forge — questions

Answers built from our own checks of this server.

Why is there no uptime for Session Forge?
Session Forge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package session-forge was installed 52 times last week.
How do I connect Session Forge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls session-forge straight from npm; nothing to host, nothing to sign up for.
How many people use Session Forge?
The npm package session-forge was installed 52 times in the last week. Week over week that is -23%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Session Forge open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.