Skip to content
Cursor

hiveship mcp server for Cursor

io.github.sorcrr/hiveship-mcp-server

MCP server for AI coding agents to interact with the Hiveship issue tracker

client:Cursor transport:stdio runtime:npm

Install hiveship mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hiveship-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@hiveship/mcp-server"
      ],
      "env": {
        "HIVESHIP_API_URL": "<HIVESHIP_API_URL>",
        "HIVESHIP_API_TOKEN": "<HIVESHIP_API_TOKEN>",
        "HIVESHIP_WORKSPACE_ID": "<HIVESHIP_WORKSPACE_ID>",
        "HIVESHIP_WEB_URL": "<HIVESHIP_WEB_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

hiveship mcp server in other clients