Chamber MCP Server

Ask questions about your own notes. Get answers that cite their sources - and a daily check that tells you when a source has changed underneath a conclusion you already trusted. It runs locally over stdio via the published package.

People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 3 · #44 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Chamber

before you install - you'll need

CHAMBER_PYTHON

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add abm9111-chamber -- npx -y @bu7umaid/chamber

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "abm9111-chamber": {
      "command": "npx",
      "args": [
        "-y",
        "@bu7umaid/chamber"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-05 - young repo, little track record yet

license MIT - declared in the repository

npm package @bu7umaid/chamber - the @bu7umaid scope differs from the repo owner (abm9111); confirm it's the project's official package

registry namespace io.github.abm9111 is GitHub-verified and matches the repo owner

03 · What Chamber can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.5 · 2026-08-19

A moved passage stops reading as a broken one · If you run chamber verify in CI, 0.1.4 fires on every passage below an insertion. The pin formula contains the passage's position (path#pN), so adding a section at the…

v0.1.4 · 2026-08-17

0.1.3 answered from the canned stub, unlabelled, whenever a config omitted model.mode - canned prose above a per-claim citation verdict block, which reads exactly like a real model declining for lack of sources. This…

v0.1.3 · 2026-08-14

The release that makes the npm package actually work - and the repo now ships its own GitHub Action. · The confession first (KNOWN_LIMITATIONS entry 18, dated correction included): 0.1.1 and 0.1.2 were never…

04 · Who maintains Chamber

chamber is maintained by abm9111. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
productivity - ranked #44 of 139 actively-maintained productivity servers as of 2026-08-25.
release cadence
6 releases in the last 90 days (latest 2026-08-19)
registry
io.github.abm9111/chamber (active, first published 2026-08-12 · 6 versions)
packages
npm:@bu7umaid/chamber

06 · Chamber FAQ

What is Chamber?

Ask questions about your own notes. Get answers that cite their sources - and a daily check that tells you when a source has changed underneath a conclusion you already trusted. It runs locally over stdio via the published package.

Is Chamber still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21 and it shipped 6 releases in the last 90 days. We re-verify nightly.

How do I install Chamber?

Run `npx -y @bu7umaid/chamber`. The README documents one environment variable (CHAMBER_PYTHON) to set first. You can also paste the ready-made client config above.

Does Chamber run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Chamber