Skip to content
Zed

Fundamentals MCP for Zed

io.github.simontarara62/fundamentals-mcp

Unofficial read-only MCP for fundamentals, macro & news (EDGAR + FRED + Tavily, BYO-key).

client:Zed transport:stdio runtime:pypi

Install Fundamentals MCP 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": {
    "fundamentals-mcp": {
      "command": "uvx",
      "args": [
        "fundamentals-mcp"
      ],
      "env": {
        "FUND_ENV_FILE": "<FUND_ENV_FILE>",
        "FUND_EDGAR_USER_AGENT": "<FUND_EDGAR_USER_AGENT>",
        "FUND_FRED_API_KEY": "<FUND_FRED_API_KEY>",
        "FUND_TAVILY_API_KEY": "<FUND_TAVILY_API_KEY>",
        "FUND_EDGAR_MIN_INTERVAL": "<FUND_EDGAR_MIN_INTERVAL>",
        "FUND_FRED_MIN_INTERVAL": "<FUND_FRED_MIN_INTERVAL>",
        "FUND_TAVILY_MIN_INTERVAL": "<FUND_TAVILY_MIN_INTERVAL>"
      }
    }
  }
}

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

Fundamentals MCP in other clients