Odel
chamber

chamber

Local
@abm91113TypeScriptMITUpdated 2w ago

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

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).

npm@bu7umaid/chamberv0.1.5

Run

npx -y @bu7umaid/chamber

MCP client config

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