← Index

CrowTerminal - External Brain for AI Agents

io.github.WillNigri/crowterminal·v2.3.0·Memory & RAG
Quality Score
92
/100

External Brain for AI Agents - persistent versioned memory for creators

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://api.crowterminal.com/api/agent
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "crowterminal": {
      "command": "npx",
      "args": [
        "-y",
        "crowterminal"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "crowterminal": {
      "command": "npx",
      "args": [
        "-y",
        "crowterminal"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y crowterminal
§03  MCP Quality Score  ·  methodology
freshness
22
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Memory & RAG