MCP server
tiden mcp starts a stdio Model Context Protocol server. MCP-capable clients
can call Tiden through a tool interface instead of shelling out to individual
CLI commands.
Start the server
tiden mcp
The server uses the same config resolution as other CLI commands:
~/.tiden/config.jsonTIDEN_*environment variables- CLI flags
Stdout is reserved for the MCP protocol. Diagnostics go to stderr.
Register with Claude Code
claude mcp add tiden -- tiden mcp
Typical tools
The MCP server exposes read operations and safe creates over the public API, including:
whoamilist_workspaceslist_productslist_requirementsget_requirementcreate_requirementupdate_requirementlist_testsget_testlist_branchescreate_branchget_merge_previewlist_componentslist_environmentslist_releasesgate_check- Quality gate and traceability tools where available
Tool output is compact JSON matching the REST response shapes.
Security
The MCP server runs locally and uses your API token. Treat any MCP client with access to it as able to perform the exposed Tiden actions for that token.