Skip to content

MCP server

Install

Claude Desktop

Terminal window
claude mcp add basalt -- npx -y basalted-mcp

Or edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) manually:

{
"mcpServers": {
"basalt": {
"command": "npx",
"args": ["-y", "basalted-mcp"],
"env": {
"BASALT_VAULT": "/Users/you/vault"
}
}
}
}

Cursor

Cursor → Settings → MCP → Add server, same arguments.

Available tools

ToolWhat
basalt_briefGenerate a full brief
basalt_thesisImplicit Thesis only
basalt_contradictionContradiction only
basalt_driftDrift only
basalt_connectionConnection only
basalt_buried_insightBuried Insight only
basalt_auditFalsification audit pass

What’s intentionally absent

Promote-to-note is not an MCP tool. Per PRD §4.3, agents can describe a finding but only humans turn it into a vault file. If you want promote-to-note behavior, run it via the CLI.