Hyphen
← Back to Changelog

Manage Hyphen from Your AI Tools with the Hyphen MCP Server

added

Hyphen now speaks MCP. Connect Claude, Cursor, VS Code, or any MCP client to https://mcp.hyphen.ai/, sign in, and your assistant can manage your Hyphen organization directly — with the same permissions you have in the app.


What You Can Do

  • Deploy from a conversation — the deploy_app workflow analyzes the repo your coding agent has open, sets up the project, app, and Docker packaging, ships preview-first, watches the run and logs, and promotes to production only after you confirm.
  • Manage feature flags end to end — create toggles and segments, adjust targeting, and verify with live edge evaluations. Telemetry-backed tools find stale flags, and a guided cleanup removes them from your code before retiring them in Hyphen.
  • Investigate incidents — search the audit log and correlate it with deployment runs, logs, and metrics to answer "what changed right before things broke?"
  • Operate Agent, links, and more — schedule Hyphen Agent tasks, respond to runs waiting on input, create short links and QR codes, and query live documentation.

Built-In Safeguards

Every tool call runs as you, destructive operations prompt for confirmation in your client, production deployments are gated behind an explicit acknowledgment, and ENV secret values never pass through the server — they stay end-to-end encrypted.

Get connected in the MCP docs, or grab the server from the MCP registry as ai.hyphen/mcp. The server is open source at github.com/Hyphen/mcp.