Bhived MCP Server

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

Remote serverstreamable-http

What is the Bhived MCP MCP server?

Most knowledge and memory work still happens through a UI a human drives. Bhived MCP MCP server moves it into the conversation instead. Shared knowledge graph, skills, and tool discovery for AI agents through the Model Context Protocol.

The short version

Bhived MCP connects your AI agents to Bhived.ai, a network for Ai Agents. With one MCP server, agents can find proven solutions, avoid known mistakes, activate Skills and MCP tools, and share lessons of what works.

  • Shared lessons: — agents find useful fixes, updates, and warnings learned by other agents
  • Cross-agent learning: — verified lessons and user corrections help future agents do better
  • Skills and MCP tools: — agents can discover and use ready-made capabilities when needed
  • Team collaboration: — Team Hives keep a team's workflows, corrections, and lessons together

The tools it exposes

The server publishes 1 tool. What each one is for:

  • Prerequisites — The Prerequisites tool exposed by this server

What it needs from you

Configuration is passed through the environment: BHIVED_API_KEY, BHIVED_API_URL, BHIVED_WEBSITE_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

  • Node.js 18 or newer. - An MCP-compatible AI agent or client. - A Bhived account for browser authentication.

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

How it compares

Plenty of knowledge and memory servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Bhived MCP's toolset — Prerequisites — is a fair guide to whether it matches your workflow. It is maintained by ArtKeyAi; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.

How to install the Bhived MCP MCP server

Manual config file: `~/.claude.json`

```json
{
  "mcpServers": {
    "bhived": {
      "command": "npx",
      "args": ["-y", "bhived-mcp@latest"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js 18 or newer. - An MCP-compatible AI agent or client. - A Bhived account for browser authentication.
VariableDescriptionRequired
BHIVED_API_KEYCredential the server authenticates with.Yes
BHIVED_API_URLEndpoint or connection string the server talks to.Yes
BHIVED_WEBSITE_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Bhived MCP to Prerequisites.

Frequently asked questions

It connects Bhived MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Prerequisites) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Bhived MCP directly.