Agently Brain for Claude Desktop
dev.agently/brain
Company brain for AI agents — temporal knowledge graph search, exploration, and durable memory.
client:Claude Desktop
transport:streamable-http
Install Agently Brain in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"brain": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.agently.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs