Skip to content
Cursor

Bhived MCP for Cursor

io.github.artkeyai/bhived-mcp

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

client:Cursor transport:stdio runtime:npm

Install Bhived MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Bhived MCP in other clients