Skip to content
Cursor

kontra mcp for Cursor

io.github.bluwork/kontra-mcp

The Tenth Man Protocol — structured contrarian analysis for decision-makers via MCP

client:Cursor transport:stdio runtime:npm

Install kontra mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "kontra-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kontra-mcp"
      ],
      "env": {
        "KONTRA_DEFAULT_MODE": "<KONTRA_DEFAULT_MODE>",
        "KONTRA_LOG_LEVEL": "<KONTRA_LOG_LEVEL>"
      }
    }
  }
}

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

kontra mcp in other clients