Cited Q&A over your own notes, plus drift detection when a cited source changes. Local-first CLI.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@bu7umaid/chamber · npm · 0.1.5
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.abm9111/chamber",
"description": "Cited Q&A over your own notes, plus drift detection when a cited source changes. Local-first CLI.",
"repository": {
"url": "https://github.com/abm9111/chamber",
"source": "github"
},
"version": "0.1.5",
"packages": [
{
"registryType": "npm",
"identifier": "@bu7umaid/chamber",
"version": "0.1.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to a Python interpreter with onnxruntime, used by the local embedder. Optional: defaults to python3 on PATH; without onnxruntime, semantic search degrades and Chamber says so.",
"format": "string",
"name": "CHAMBER_PYTHON"
},
{
"description": "API key for the configured model endpoint. Only read when model.base is not a loopback address; a local endpoint needs no key.",
"format": "string",
"isSecret": true,
"name": "CHAMBER_API_KEY"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-19T11:25:59.709118Z",
"publishedAt": "2026-08-19T11:25:59.709118Z",
"updatedAt": "2026-08-19T11:25:59.709118Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.5last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.