Meridian Edge — Prediction Market Consensus for Grok
io.github.tmbot12/meridian-edge
Real-time prediction market consensus data for AI agents
client:Grok
transport:stdio
runtime:pypi
Install Meridian Edge — Prediction Market Consensus in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"meridian-edge": {
"type": "stdio",
"command": "uvx",
"args": [
"meridian-edge-mcp"
],
"env": {
"MERIDIAN_EDGE_API_KEY": "<MERIDIAN_EDGE_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