segment-mcp for Cline
io.github.katekruger/segment-mcp
Read-first MCP server for Twilio Segment: routing, stale sources, delivery health, governance.
client:Cline
transport:stdio
runtime:pypi
Install segment-mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"segment-mcp": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs