Plug the SUMA cognitive graph into Claude Desktop, Cursor, Devin, or any agent.
Add the SUMA MCP server to your claude_desktop_config.json.
Restart Claude Desktop or your agent to load the new tools.
Claude will automatically call suma_search to retrieve your nodes.
{
"mcpServers": {
"suma-memory": {
"command": "python",
"args": ["-m", "suma_mcp"],
"env": {
"SUMA_API_KEY": "sk_live_..."
}
}
}
}