Skip to content
Zed

api for Zed

io.github.ryudi84/api

MCP server for generating REST API boilerplate and Express endpoints.

client:Zed transport:stdio runtime:npm

Install api in Zed

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

{
  "context_servers": {
    "api": {
      "command": "npx",
      "args": [
        "-y",
        "sovereign-api-forge-mcp"
      ]
    }
  }
}

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

api in other clients