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
{
"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