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).
Run
uvx segment-mcp
MCP client config
{
"mcpServers": {
"segment-mcp": {
"command": "uvx",
"args": [
"segment-mcp"
]
}
}
}