Skip to content
Zed

segment-mcp for Zed

io.github.katekruger/segment-mcp

Read-first MCP server for Twilio Segment: routing, stale sources, delivery health, governance.

client:Zed transport:stdio runtime:pypi

Install segment-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": {
    "segment-mcp": {
      "command": "uvx",
      "args": [
        "segment-mcp"
      ],
      "env": {
        "SEGMENT_API_TOKEN": "<SEGMENT_API_TOKEN>",
        "SEGMENT_REGION": "<SEGMENT_REGION>",
        "SEGMENT_MCP_MODE": "<SEGMENT_MCP_MODE>",
        "SEGMENT_PROFILE_TOKEN": "<SEGMENT_PROFILE_TOKEN>",
        "SEGMENT_PROFILE_SPACE_ID": "<SEGMENT_PROFILE_SPACE_ID>"
      }
    }
  }
}

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

segment-mcp in other clients