MCP Server
Maintained
Apache-2.0
io.github.bluwork/kontra-mcp MCP Server
io.github.bluwork/kontra-mcp
What is the io.github.bluwork/kontra-mcp MCP server?
The Tenth Man Protocol — structured contrarian analysis for decision-makers via MCP
How to install io.github.bluwork/kontra-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
KONTRA_DEFAULT_MODEDefault analysis mode (counter|probe|redteam|premortem)
KONTRA_LOG_LEVELLog verbosity (debug|info|warn|error)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"kontra-mcp": {
"command": "npx",
"args": [
"-y",
"kontra-mcp"
],
"env": {
"KONTRA_DEFAULT_MODE": "<YOUR_KONTRA_DEFAULT_MODE>",
"KONTRA_LOG_LEVEL": "<YOUR_KONTRA_LOG_LEVEL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"kontra-mcp": {
"command": "npx",
"args": [
"-y",
"kontra-mcp"
],
"env": {
"KONTRA_DEFAULT_MODE": "<YOUR_KONTRA_DEFAULT_MODE>",
"KONTRA_LOG_LEVEL": "<YOUR_KONTRA_LOG_LEVEL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"kontra-mcp": {
"command": "npx",
"args": [
"-y",
"kontra-mcp"
],
"env": {
"KONTRA_DEFAULT_MODE": "<YOUR_KONTRA_DEFAULT_MODE>",
"KONTRA_LOG_LEVEL": "<YOUR_KONTRA_LOG_LEVEL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"kontra-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kontra-mcp"
],
"env": {
"KONTRA_DEFAULT_MODE": "<YOUR_KONTRA_DEFAULT_MODE>",
"KONTRA_LOG_LEVEL": "<YOUR_KONTRA_LOG_LEVEL>"
}
}
}
}Claude Code
claude mcp add kontra-mcp --env KONTRA_DEFAULT_MODE=<YOUR_KONTRA_DEFAULT_MODE> --env KONTRA_LOG_LEVEL=<YOUR_KONTRA_LOG_LEVEL> -- npx -y kontra-mcpRelated MCP servers
io.github.bluwork/mongo-scout-mcp
Maintained
Scout your MongoDB databases with AI - safety features, live monitoring, and data quality
0
View repository →TypeScript
Apache-2.0
io.github.bluwork/postgres-scout-mcp
Maintained
Scout your PostgreSQL databases with AI - safety features, monitoring, and data quality
0
View repository →TypeScript
Apache-2.0