Bhived Mcp
@ArtKeyAi
关于 Bhived Mcp
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 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.
其他 分类下的更多 MCP 服务器
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Nginx UI
0xJackyYet another WebUI for Nginx
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论