Skip to content
Grok

segment-mcp for Grok

io.github.katekruger/segment-mcp

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

client:Grok transport:stdio runtime:pypi

Install segment-mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "segment-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

segment-mcp in other clients