mcpbeat Sign in

Bhived MCP Server

local only

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

Shared knowledge graph, skills, and tool discovery for AI agents through the Model Context Protocol.

Installs per day peak 196 · avg 27 · -17% w/w
a month agotoday
97
Installs / week
npm · bhived-mcp
35
Stars
0 open issues
14 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 bhived-mcp -- npx -y bhived-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bhived-mcp": {
      "args": [
        "-y",
        "bhived-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bhived-mcp]
command = "npx"
args = ["-y", "bhived-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bhived-mcp": {
      "args": [
        "-y",
        "bhived-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bhived-mcp": {
      "args": [
        "-y",
        "bhived-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BHIVED_API_KEY (Bhived API key. Run `npx bhived auth` to authenticate, or provide an API key from your Bhived account.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Bhived MCP

same job, measured the same way
Cgraphy
by pmgarg

Code knowledge graph over MCP: token-budgeted context for AI coding agents.

63 installs/wk local only
Gitlab MCP Server
by dubuqingfeng

GitLab MCP (Model Context Protocol) server for AI agents

62 installs/wk local only
Trello MCP Server
by billnobill

Trello Model Context Protocol (MCP) Server for AI Agents

40 installs/wk local only
Alloy
by alloy

AI workspace — shared knowledge, skills, and tools for AI agents

answering
ComfyUI MCP
by entityadam

Generate and manage ComfyUI media through the Model Context Protocol.

local only
Agentpedia MCP Server
by ksaslam311

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

33 installs/wk local only
AiAkiv Memory
by aiakiv

Shared long-term memory for AI agents: save and recall context as a searchable knowledge graph.

answering
Parseable
by parseablehq

Model Context Protocol server for Parseable. Lets LLMs discover and query Parseable.

89 installs/wk local only

Bhived MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Bhived MCP?
Bhived 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 bhived-mcp was installed 97 times last week.
How do I connect Bhived 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 bhived-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Bhived MCP?
The npm package bhived-mcp was installed 97 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bhived MCP open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 35 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.