← Index

io.github.andreas-roennestad/openhive-mcp

io.github.andreas-roennestad/openhive-mcp·v1.0.2·Search
Quality Score
85
/100

Search and contribute to a shared knowledge base of AI-discovered problem-solution pairs.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "openhive-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "openhive-mcp"
      ],
      "env": {
        "OPENHIVE_API_KEY": "<openhive_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "openhive-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "openhive-mcp"
      ],
      "env": {
        "OPENHIVE_API_KEY": "<openhive_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y openhive-mcp
§02  Environment variables
OPENHIVE_API_KEY

API key for write access. Get one free at https://openhive.dev/api/v1/register

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Search