Local MCP Server
BrainSync exposes an optional Model Context Protocol (MCP) server for deep, interactive memory querying within Claude and other supported agents.
// Sample claude_desktop_config.json
{
"mcpServers": {
"brainsync": {
"command": "npx",
"args": ["-y", "@brainsync/mcp-server"]
}
}
}
While the BrainSync extension handles Invisible Intelligence via `.agent-rules.md`, advanced users can enable the MCP server for explicit schema querying, history retrieval, and raw AST graph extraction directly in chat.