kontra mcp for Grok
io.github.bluwork/kontra-mcp
The Tenth Man Protocol — structured contrarian analysis for decision-makers via MCP
client:Grok
transport:stdio
runtime:npm
Install kontra mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"kontra-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kontra-mcp"
],
"env": {
"KONTRA_DEFAULT_MODE": "<KONTRA_DEFAULT_MODE>",
"KONTRA_LOG_LEVEL": "<KONTRA_LOG_LEVEL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs