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
{
"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