Loading MCP server directory, please wait...
Read-first MCP server for Twilio Segment: routing, stale sources, delivery health, governance.
npx @getmcp/cli add io.github.katekruger/segment-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
SEGMENT_API_TOKENSegment Public API token. Only a Workspace Owner can mint one — Segment App -> Workspace Settings -> Access Management -> Tokens -> Create Token -> Public API.
SEGMENT_REGIONWorkspace region: 'us' or 'eu'. No default — must be set explicitly, or the server refuses to start.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.katekruger/segment-mcp": {
"command": "uvx",
"args": [
"segment-mcp"
],
"env": {
"SEGMENT_API_TOKEN": "",
"SEGMENT_REGION": "",
"SEGMENT_MCP_MODE": "read",
"SEGMENT_PROFILE_TOKEN": "",
"SEGMENT_PROFILE_SPACE_ID": ""
}
}
}
}