Skip to content
Zed

FutureSearch MCP Server for Zed

io.github.futuresearch/futuresearch-mcp

AI forecasting for your AI: probabilities, dates, and numbers with a public track record.

client:Zed transport:stdio runtime:pypi

Install FutureSearch MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "futuresearch-mcp": {
      "command": "uvx",
      "args": [
        "futuresearch-mcp"
      ],
      "env": {
        "FUTURESEARCH_API_KEY": "<FUTURESEARCH_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

FutureSearch MCP Server in other clients