Skip to content
VS Code

Meridian Edge — Prediction Market Consensus for VS Code

io.github.tmbot12/meridian-edge

Real-time prediction market consensus data for AI agents

client:VS Code transport:stdio runtime:pypi

Install Meridian Edge — Prediction Market Consensus in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "meridian-edge-api-key",
      "description": "MERIDIAN_EDGE_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "meridian-edge": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "meridian-edge-mcp"
      ],
      "env": {
        "MERIDIAN_EDGE_API_KEY": "${input:meridian-edge-api-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

Meridian Edge — Prediction Market Consensus in other clients