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
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.
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.
claude mcp add hiveship-mcp-server -- npx -y @hiveship/mcp-server
{
"mcpServers": {
"hiveship-mcp-server": {
"args": [
"-y",
"@hiveship/mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.hiveship-mcp-server]
command = "npx"
args = ["-y", "@hiveship/mcp-server"]
{
"mcpServers": {
"hiveship-mcp-server": {
"args": [
"-y",
"@hiveship/mcp-server"
],
"command": "npx"
}
}
}
{
"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.
Interact with the Beans CLI issue tracker agentically
Alces for Jira Data Center — MCP server bridging Jira DC/JSM with AI agents
MCP server for Linear project management and issue tracking
Issue tracker and durable project memory for your coding agent, scoped to the folder you open.
MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants
Trello Model Context Protocol (MCP) Server for AI Agents
MCP server for Zuuna: coding agents work your git-truth kanban board via the v1 API. 67 tools.
The issue tracker AI coding agents pull work from: atomic claims, dependency-aware dispatch.
Answers built from our own checks of this server.