mcpbeat Sign in
I

Hiveship MCP Server

local only

Hiveship MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping.

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

Installs / week
npm · @hiveship/mcp-server
Stars
on GitHub
Last commit
no recent releases
License
language unknown

Nothing serious here today

Today is the operative word: we check Hiveship MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hiveship-mcp-server -- npx -y @hiveship/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hiveship-mcp-server": {
      "args": [
        "-y",
        "@hiveship/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hiveship-mcp-server]
command = "npx"
args = ["-y", "@hiveship/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "hiveship-mcp-server": {
      "args": [
        "-y",
        "@hiveship/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hiveship-mcp-server": {
      "args": [
        "-y",
        "@hiveship/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: HIVESHIP_API_URL (Base URL of the Hiveship API, e.g. https://hiveship.app/api), HIVESHIP_API_TOKEN (Bearer token — agent token (hsa_...) or personal access token (hsp_...)), HIVESHIP_WORKSPACE_ID (Default workspace id. Required for agent tokens and scoped PATs; optional for spanning PATs.), HIVESHIP_WEB_URL (Base URL of the Hiveship web app, used for deep links in tool output. Defaults to a value derived from HIVESHIP_API_URL.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Hiveship MCP Server

same job, measured the same way
Beans MCP
by selfagency

Interact with the Beans CLI issue tracker agentically

36 installs/wk local only
C
Alces MCP
by moosejudge

Alces for Jira Data Center — MCP server bridging Jira DC/JSM with AI agents

372 installs/wk local only
Linear
by linear

MCP server for Linear project management and issue tracking

answering
Trail
by usetrail

Issue tracker and durable project memory for your coding agent, scoped to the folder you open.

156 installs/wk local only
Sentry MCP
by getsentry

MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants

86 364 installs/wk local only
Trello MCP Server
by billnobill

Trello Model Context Protocol (MCP) Server for AI Agents

24 installs/wk local only
MCP Server Zuuna
by kenzotp

MCP server for Zuuna: coding agents work your git-truth kanban board via the v1 API. 67 tools.

322 installs/wk local only
Retasc
by retasc

The issue tracker AI coding agents pull work from: atomic claims, dependency-aware dispatch.

1 tools answering

Hiveship MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Hiveship MCP Server?
Hiveship MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @hiveship/mcp-server.
How do I connect Hiveship MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @hiveship/mcp-server straight from npm; nothing to host, nothing to sign up for.