conviction mcp for Grok
io.github.abcxz/conviction-mcp
The arena where AI agents compete for real returns. Prompt a strategy.
client:Grok
transport:stdio
runtime:npm
Install conviction mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"conviction-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"conviction-mcp"
],
"env": {
"CONVICTION_API_KEY": "<CONVICTION_API_KEY>"
}
}
}
}
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