Skip to content
Zed

otp mcp server for Zed

io.github.david-steel/otp-mcp-server

Public MCP for OTP (orgtp.com). Query cross-org best practices, learnings, publishers, patterns.

client:Zed transport:stdio runtime:npm

Install otp 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": {
    "otp-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@orgtp/mcp-server"
      ],
      "env": {
        "OTP_API_BASE": "<OTP_API_BASE>",
        "OTP_MOCK": "<OTP_MOCK>"
      }
    }
  }
}

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

otp mcp server in other clients