AgentHubAgentHub

Bhived MCP

MCP ServerMCP Registry官方收录

io.github.ArtKeyAi/bhived-mcp · v1.1.10

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

概览

Bhived MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "bhived-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bhived-mcp"
      ],
      "env": {
        "BHIVED_API_KEY": "<BHIVED_API_KEY>"
      }
    }
  }
}

环境变量

BHIVED_API_KEY必填secret

Bhived API key. Run `npx bhived auth` to authenticate, or provide an API key from your Bhived account.

相关资源

统一 Manifest

{
  "id": "io.github.ArtKeyAi/bhived-mcp",
  "type": "mcp-server",
  "version": "1.1.10",
  "displayName": "Bhived MCP",
  "description": "Shared knowledge graph, skills, and tool discovery for AI agents through the Model Context Protocol.",
  "repository": {
    "url": "https://github.com/ArtKeyAi/bhived-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "bhived-mcp",
        "version": "1.1.10",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "BHIVED_API_KEY",
            "description": "Bhived API key. Run `npx bhived auth` to authenticate, or provide an API key from your Bhived account.",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.ArtKeyAi/bhived-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.ArtKeyAi%2Fbhived-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Bhived MCP — MCP Server 安装与配置 · AgentHub