@unisonlabs/mcp
v1.6.3
Published
Model Context Protocol server for the Unison brain.
Maintainers
Readme
@unisonlabs/mcp
Model Context Protocol server for the Unison brain — gives agents without a shell (chat UIs, IDE integrations) read/write access to your cloud knowledge base.
🤖 AI agent? Self-onboard via AGENTS.md — install → auth → skill → verify.
Register it
{
"mcpServers": {
"unison-brain": {
"command": "npx",
"args": ["-y", "@unisonlabs/mcp"],
"env": {
"UNISON_TOKEN": "usk_live_...",
"UNISON_API_URL": "https://brain.unisonlabs.ai"
}
}
}
}Get a UNISON_TOKEN key via unison auth login (CLI) or the MCP's own auth_provision tool.
Tools
A curated 8-tool set (kept small to avoid context bloat): brain_search,
brain_get, brain_list, brain_write, brain_resolve_entity,
brain_facts_about, brain_record_fact, brain_status.
Agents with a shell are usually better served by @unisonlabs/cli
plus the bundled skill (unison skill install) — the CLI exposes the full surface.
MIT © Unison Labs · source + full docs
