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).
Run
npx -y @bu7umaid/chamber
MCP client config
{
"mcpServers": {
"chamber": {
"command": "npx",
"args": [
"-y",
"@bu7umaid/chamber"
]
}
}
}