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)
{
"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