@schniffenhausen/zigzag-mcp
v0.1.0
Published
MCP server for Zigzag project management
Readme
Zigzag MCP
The official stdio MCP server for a Zigzag workspace. It exposes issues, projects, milestones, teams, documents, comments, labels, references, team resources, activity, and GitHub pull-request workflows to MCP hosts.
Configuration
Create a workspace token in Zigzag → Settings → AI & API, then configure:
ZIGZAG_URL=https://zigzag.example \
ZIGZAG_API_TOKEN=zz_mcp_... \
npx -y @schniffenhausen/zigzag-mcpOptional: ZIGZAG_TIMEOUT_MS sets the per-call timeout (default 120000,
accepted range 1000–600000).
The token is bound to one workspace and retains the issuing user's live role. Revoking the token or removing the user from the workspace stops access immediately. The package never needs a MongoDB connection string.
