Model Context Protocol server for the Unison brain.
| Tool name | Description | Destructive? |
|---|---|---|
| brain_context | ✓ no | |
| brain_ingest | ✓ no | |
| brain_remember | ✓ no | |
| brain_search | ✓ no | |
| brain_get | ✓ no |
| brain_grep | ✓ no | |
| brain_neighbors | ✓ no | |
| brain_list | ✓ no | |
| brain_write⚠ | ⚠ yes | |
| brain_edit | ✓ no | |
| brain_delete⚠ | ⚠ yes | |
| brain_resolve_entity | ✓ no | |
| brain_facts_about | ✓ no | |
| brain_record_fact | ✓ no | |
| brain_status | ✓ no | |
| auth_provision | ✓ no | |
| auth_verify | ✓ no | |
| auth_request_key | ✓ no | |
| auth_keys_list | ✓ no | |
| auth_keys_create | ✓ no | |
| auth_keys_revoke | ✓ no | |
| auth_invite | ✓ no | |
| auth_workspaces_list | ✓ no |
{
"mcpServers": {
"unisonlabsmcp": {
"command": "npx",
"args": [
"-y",
"@unisonlabs/mcp"
]
}
}
}