Skip to content
Zed

Foundry MCP code mode for Zed

com.foundry-mcp/foundry-code

Code mode (preview): the AI writes a script against a typed foundry.* API and runs it in a sandbox.

client:Zed transport:streamable-http

Install Foundry MCP code mode in Zed

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

{
  "context_servers": {
    "foundry-code": {
      "url": "https://foundry-mcp.com/mcp/code"
    }
  }
}

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

Foundry MCP code mode in other clients