Skip to content
Cursor

Coador for Cursor

io.github.automaticqa/coador

Evidence-backed Android repository knowledge for humans and AI agents

client:Cursor transport:stdio runtime:pypi

Install Coador in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "coador": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "coador"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Coador in other clients