segment-mcp for Windsurf
io.github.katekruger/segment-mcp
Read-first MCP server for Twilio Segment: routing, stale sources, delivery health, governance.
client:Windsurf
transport:stdio
runtime:pypi
Install segment-mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs