Meridian Edge — Prediction Market Consensus for Cursor
io.github.tmbot12/meridian-edge
Real-time prediction market consensus data for AI agents
client:Cursor
transport:stdio
runtime:pypi
Install Meridian Edge — Prediction Market Consensus in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"meridian-edge": {
"type": "stdio",
"command": "uvx",
"args": [
"meridian-edge-mcp"
],
"env": {
"MERIDIAN_EDGE_API_KEY": "<MERIDIAN_EDGE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs