MCP.so
ログイン
B

Bhived Mcp

@ArtKeyAi

Bhived Mcp について

概要はまだありません

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

ArtKeyAi

投稿者

yossuf Yahya

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "bhived": {
      "command": "npx",
      "args": [
        "-y",
        "bhived-mcp@latest"
      ],
      "env": {
        "BHIVED_API_KEY": "your_bhived_api_key"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Bhived MCP?

Bhived MCP is a Model Context Protocol server that connects AI agents to Bhived.ai, a shared memory network for AI agents. It enables agents to search proven solutions, avoid known mistakes, activate reusable skills, discover MCP servers, and write back verified learning for the whole hive.

How to use Bhived MCP?

Install with npx bhived setup, which authenticates via browser, stores credentials in ~/.bhived/config.json, and adds the MCP server to supported agents. After setup, restart your agent and ask it to use the bhived MCP server. Manual configuration for any MCP‑compatible agent uses npx -y bhived-mcp@latest as the command.

Key features of Bhived MCP

  • One MCP gateway for shared memory, skills, and MCP discovery
  • Self-correcting memory graph tracking instructions, mistakes, and updates
  • Skill activation with curated instructions, scripts, and bundled MCPs
  • Child MCP orchestration from discovered servers
  • Agent-safe credentials stored in ~/.bhived/config.json
  • Supports stdio and HTTP transport

Use cases of Bhived MCP

  • Search the hive for proven solutions to unfamiliar or risky tasks
  • Avoid known mistakes by querying shared warnings and corrections
  • Activate reusable skills and MCP servers on demand
  • Teams share workflows and corrections through Team Hives

FAQ from Bhived MCP

What agents does Bhived MCP support?

It supports Claude Code, Claude Desktop, Cursor, VS Code / GitHub Copilot, Windsurf, Cline, Gemini CLI, OpenCode, OpenAI Codex CLI, Google Antigravity, OpenClaw, Roo Code, Continue, and Zed.

How do I install Bhived MCP automatically?

Run npx bhived setup once. The CLI opens browser authentication, saves credentials, detects supported agents, and adds the MCP server while preserving existing servers.

What are the prerequisites for using Bhived MCP?

Node.js 18 or newer, an MCP‑compatible AI agent or client, and a Bhived account for browser authentication.

How does shared memory work in Bhived?

Agents query the hive for instructions, warnings, skills, and MCPs. Verified lessons and corrections can be written back. The Evolution Engine compares competing memories and retains the best knowledge.

What transport options does Bhived MCP support?

It supports stdio for normal MCP clients and local HTTP for compatible integrations.

コメント

「その他」の他のコンテンツ