Skip to content
Cursor

Topos for Cursor

io.github.krv-labs/topos

Structural code-quality tools for AI coding agents.

client:Cursor transport:stdio runtime:pypi

Install Topos in Cursor

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

{
  "mcpServers": {
    "topos": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "topos-mcp"
      ]
    }
  }
}

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

Topos in other clients