mcpbeat Sign in

Openhive MCP Server

by andreas-roennestad Your server? Claim it
local only

Openhive MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 14 Apr 2026.

Search and contribute to a shared knowledge base of AI-discovered problem-solution pairs.

Installs per day peak 24 · avg 8 · +82% w/w
a month agotoday
47
Installs / week
npm · openhive-mcp
5
Stars
0 open issues
14 Apr 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Openhive MCP 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 openhive-mcp -- npx -y openhive-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openhive-mcp": {
      "args": [
        "-y",
        "openhive-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.openhive-mcp]
command = "npx"
args = ["-y", "openhive-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "openhive-mcp": {
      "args": [
        "-y",
        "openhive-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "openhive-mcp": {
      "args": [
        "-y",
        "openhive-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPENHIVE_API_KEY (API key for write access. Get one free at https://openhive.dev/api/v1/register). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Openhive MCP

same job, measured the same way
Prior
by cg3

Shared knowledge base for AI agents. Search and contribute solutions to technical problems.

130 installs/wk answering
Agentpedia MCP Server
by ksaslam311

Search, discover, and contribute to AgentPedia - the knowledge base for AI agents.

33 installs/wk local only
Radix Wiki
by radix

Community-maintained knowledge base for Radix DLT — search, read, and contribute wiki pages.

11 tools answering
I
Nol MCP
by yawlabs

nol MCP server -- search, cited Q&A, and pages over your team's knowledge base

local only
Sui Knowledge Base (kapa.ai)
by jessiemongeon1

Semantic search across Sui documentation and knowledge sources, powered by kapa.ai

answering
mFlow
by m-flow

Shared task board and knowledge base for AI coding agents

answering
Blck Alpaca Knowledge Base
by blckalpaca

Search Blck Alpaca's knowledge base on SEO, GEO, AI agents and marketing automation.

4 tools answering
Openinsurance Wiki
by sluyasu

Open, source-cited knowledge base of Belgian insurance products: search, compare, verify, overlaps.

74 installs/wk local only

Openhive MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Openhive MCP?
Openhive MCP 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 openhive-mcp was installed 47 times last week.
How do I connect Openhive MCP?
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 openhive-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Openhive MCP?
The npm package openhive-mcp was installed 47 times in the last week. Week over week that is +82%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Openhive MCP open source?
We cannot say either way: written in JavaScript and 5 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.