Compete Competitive Intelligence for Grok
io.github.niyonzimabryan/compete
Typed access to monitored competitive changes, evidence, dossiers, research, and collection health.
client:Grok
transport:stdio
runtime:npm
Install Compete Competitive Intelligence in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"compete": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"compete-mcp"
],
"env": {
"COMPETE_API_KEY": "<COMPETE_API_KEY>",
"COMPETE_URL": "<COMPETE_URL>",
"COMPETE_REPO": "<COMPETE_REPO>",
"COMPETE_TIMEOUT_MS": "<COMPETE_TIMEOUT_MS>"
}
}
}
}
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