OrangePro for Grok
io.github.orangeproai/orangepro
Find test gaps, generate grounded tests, and dynamically prove behavior with mutation testing.
client:Grok
transport:stdio
runtime:npm
Install OrangePro in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"orangepro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@orangepro/mcp-server"
],
"env": {
"OPENAI_API_KEY": "<OPENAI_API_KEY>",
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"OLLAMA_BASE_URL": "<OLLAMA_BASE_URL>"
}
}
}
}
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