mcpbeat Sign in

segment-mcp MCP Server

by katekruger Your server? Claim it
local only

segment-mcp runs on your own machine — the client starts it, so there is no endpoint to ping. 670 installs a week from pypi. Last commit 2 Sep 2026.

Read-first MCP server for Twilio Segment: routing, stale sources, delivery health, governance.

Installs per day peak 917 · avg 198
a month agotoday
670
Installs / week
pypi · segment-mcp
0
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check segment-mcp every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add segment-mcp -- uvx segment-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "segment-mcp": {
      "args": [
        "segment-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.segment-mcp]
command = "uvx"
args = ["segment-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "segment-mcp": {
      "args": [
        "segment-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "segment-mcp": {
      "args": [
        "segment-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SEGMENT_API_TOKEN (Segment Public API token. Only a Workspace Owner can mint one — Segment App -> Workspace Settings -> Access Management -> Tokens -> Create Token -> Public API.), SEGMENT_REGION (Workspace region: 'us' or 'eu'. No default — must be set explicitly, or the server refuses to start.), SEGMENT_MCP_MODE (read (default) | write | admin. Every tool in v0.1 is read-only regardless of this setting.), SEGMENT_PROFILE_TOKEN (Separate credential for the Profile API (not yet wired to a tool in this version). Leave unset.), SEGMENT_PROFILE_SPACE_ID (Unify Space ID for the Profile API (not yet wired to a tool in this version). Leave unset.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to segment-mcp

same job, measured the same way
Agentguard47
by bmdhodl

Read-only MCP server for coding-agent traces, alerts, costs, usage, and budget health.

35 installs/wk local only
I
Agentic OS
by jarroslav

Read-only, never-executing MCP server for the agentic-os governance, SDLC, and QE methodology.

150 installs/wk local only
Talos Linux MCP Server
by nosmoht

MCP server for Talos Linux — resources, services, logs, health, config, lifecycle via gRPC.

119 installs/wk local only
Openclaw Health MCP
by temurkhan13

MCP server for OpenClaw deployment health: gateway, resources, errors, skills, upgrades, disk.

147 installs/wk local only
WHOOP Health Signals
by yadheedhya06

Local-first, read-only WHOOP MCP server for recovery, sleep, strain, workouts, and body signals

54 installs/wk local only
Whoop MCP
by davidmosiah

Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents.

307 installs/wk local only
Inforcer
by wyre-ai

Read-only MCP server for Inforcer M365 baseline governance, plus assessment and report runs.

local only
Inforcer
by wyre-technology

Read-only MCP server for Inforcer M365 baseline governance, plus assessment and report runs.

local only

segment-mcp — questions

Answers built from our own checks of this server.

Why is there no uptime for segment-mcp?
segment-mcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package segment-mcp was installed 670 times last week.
How do I connect segment-mcp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls segment-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use segment-mcp?
The pypi package segment-mcp was installed 670 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is segment-mcp open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.