Odel
segment-mcp

segment-mcp

Local
@katekrugerPythonMITUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIsegment-mcpv0.1.2

Run

uvx segment-mcp

MCP client config

{
  "mcpServers": {
    "segment-mcp": {
      "command": "uvx",
      "args": [
        "segment-mcp"
      ]
    }
  }
}