mcpbeat Sign in

Chamber MCP Server

local only

Chamber runs on your own machine — the client starts it, so there is no endpoint to ping. 152 installs a week from npm. Last commit 21 Aug 2026.

Cited Q&A over your own notes, plus drift detection when a cited source changes. Local-first CLI.

Installs per day peak 231 · avg 36 · -73% w/w
a month agotoday
152
Installs / week
npm · @bu7umaid/chamber
3
Stars
0 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 16 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Sends data to a third-party sink src/gateway.ts:72, [пакет] src/gateway.ts:72
    const url = `https://api.telegram.org/bot${this.token}/${method}`;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 chamber -- npx -y @bu7umaid/chamber
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "chamber": {
      "args": [
        "-y",
        "@bu7umaid/chamber"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.chamber]
command = "npx"
args = ["-y", "@bu7umaid/chamber"]
.cursor/mcp.json
{
  "mcpServers": {
    "chamber": {
      "args": [
        "-y",
        "@bu7umaid/chamber"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "chamber": {
      "args": [
        "-y",
        "@bu7umaid/chamber"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Chamber

same job, measured the same way
Linksee Memory
by michielinksee

Catches when your project drifts from its own decisions. Local-first cross-agent memory MCP.

138 installs/wk local only
Phi Guard MCP
by abidit

Local-first PHI detection for source code, LLM prompts, logs, and analytics

538 installs/wk local only
shyn
by shyn

Local-first ambient memory for your Mac — pages, meetings, notes, encrypted on-device.

local only
Jarvis
by phuongddx

Local-first SCIP code navigation and Zoekt search over your own indexed repositories

388 installs/wk local only
Codeintel
by phuongddx

Local-first SCIP code navigation and Zoekt search over your own indexed repositories

48 installs/wk local only
Jarvis
by jarvis-intelligence

Local-first SCIP code navigation and Zoekt search over your own indexed repositories

local only
Prism Coder
by dcostenco

Session memory for coding agents: local-first recall, drift detection, on-device inference.

1 637 installs/wk local only
Minirag MCP
by sfrangulov

Local-first RAG MCP server: hybrid search over a folder of your own documents

278 installs/wk local only

Chamber — questions

Answers built from our own checks of this server.

Why is there no uptime for Chamber?
Chamber 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 @bu7umaid/chamber was installed 152 times last week.
How do I connect Chamber?
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 @bu7umaid/chamber straight from npm; nothing to host, nothing to sign up for.
How many people use Chamber?
The npm package @bu7umaid/chamber was installed 152 times in the last week. Week over week that is -73%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Chamber open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 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.