CrowTerminal - External Brain for AI Agents for Claude Desktop
io.github.willnigri/crowterminal
External Brain for AI Agents - persistent versioned memory for creators
client:Claude Desktop
transport:streamable-http
runtime:npm
Install CrowTerminal - External Brain for AI Agents in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"crowterminal": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.crowterminal.com/api/agent"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs