MCP (Model Context Protocol) server for Shipit. Exposes the public Shipit API as MCP tools so AI agents (Claude Desktop, Claude Code, Cursor, Codex, etc.) can read and manage projects, issues, and rel…
{
"mcpServers": {
"shipit-devmcp": {
"command": "npx",
"args": [
"-y",
"@shipit-dev/mcp"
]
}
}
}