MCP Server
MCP
Callosium
One shared memory for every AI you use, in plain Markdown files you own.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "callosium",
"version": "0.1.18",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Serve the brain over MCP on stdio.",
"value": "mcp",
"type": "positional"
},
{
"description": "Path to your brain folder. Run 'callosium' first: the dashboard creates or adopts it.",
"isRequired": true,
"format": "filepath",
"type": "named",
"name": "--brain"
},
{
"description": "Agent id for this AI client, issued by the dashboard's Agents screen.",
"isRequired": true,
"type": "named",
"name": "--agent"
},
{
"description": "Token for this agent, issued alongside the id. Scopes which folders this AI may read.",
"isRequired": true,
"isSecret": true,
"type": "named",
"name": "--token"
}
],
"environmentVariables": [
{
"description": "Optional. Where the local embedding model is cached. Defaults to a per-user cache directory.",
"format": "filepath",
"name": "CALLOSIUM_MODEL_DIR"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment