Loading MCP server directory, please wait...
MCP server for AI coding agents to interact with the Hiveship issue tracker
npx @getmcp/cli add io.github.SorcRR/hiveship-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
HIVESHIP_API_URLBase URL of the Hiveship API, e.g. https://hiveship.app/api
HIVESHIP_API_TOKENBearer token — agent token (hsa_...) or personal access token (hsp_...)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.SorcRR/hiveship-mcp-server": {
"command": "npx",
"args": [
"-y",
"@hiveship/mcp-server"
],
"env": {
"HIVESHIP_API_URL": "",
"HIVESHIP_API_TOKEN": "",
"HIVESHIP_WORKSPACE_ID": "",
"HIVESHIP_WEB_URL": ""
}
}
}
}