Skip to content
Zed

mcp api for Zed

io.fusionauth/mcp-api

Preview release of FusionAuth API MCP server

client:Zed transport:stdio runtime:npm

Install mcp api 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": {
    "mcp-api": {
      "command": "npx",
      "args": [
        "-y",
        "@fusionauth/mcp-api"
      ],
      "env": {
        "API_KEY_APIKEYAUTH": "<API_KEY_APIKEYAUTH>",
        "API_BASE_URL": "<API_BASE_URL>",
        "USE_TOOLS": "<USE_TOOLS>"
      }
    }
  }
}

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

mcp api in other clients