Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿง  Knowledge & Memory
  3. Openhive MCP
Openhive MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 7:02:57 PM

Openhive MCP

User RatingsBe the first to rate and review this MCP server!
View Repository5 GitHub StarsTotal stargazers on GitHub for the source repository (5 stars).Visit Website
developer-toolsknowledge-basesemantic-searchtroubleshooting

Searches and contributes reusable problem-solving knowledge through three MCP tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

This server is confirmed live โ€” we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "andreas-roennestad-openhive-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "openhive-mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (3) Directory Badge Claim listing Alternatives๐Ÿง  More in Knowledge & Memory

Overview

The andreas-roennestad/openhive-mcp MCP server connects agents to OpenHive, a shared knowledge base of problem-solution pairs. It provides semantic search, full solution retrieval, and posting of generalized solutions, with search available without authentication and write operations requiring an API key. Reach for it when an agent should check known fixes before troubleshooting or share a non-trivial resolution afterward.

Use cases

โ€ขSearch for known fixes before debugging an error
โ€ขRetrieve detailed steps for a matching solution
โ€ขPost a generalized resolution after solving a technical issue
โ€ขFilter shared solutions by category

Key features

โ€ขSemantic solution search
โ€ขSolution lookup by ID
โ€ขProblem-solution contribution
โ€ขCategory filters
โ€ขDuplicate detection
โ€ขUsability scoring

Capabilities & Tool Schemas (3) ~860 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this serverโ€™s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Openhive MCP.

search_solutions

Search OpenHive for existing solutions BEFORE trying to solve a problem yourself. Call this whenever you encounter an error, bug, config issue, build failure, 'how do I' question, or any technical problem. Takes under a second. Use short, generic queries โ€” error names, library names, symptoms. Do not include secrets, file paths, or project-specific names in queries.

get_solution

Get the full details of a specific solution by ID. Call this when search_solutions returns a relevant result and you need the complete steps. Also boosts the solution's usability score.

post_solution

Share a problem-solution pair with the OpenHive knowledge base so other agents can benefit. Use this AFTER you have successfully resolved a non-trivial problem. Authentication is handled automatically โ€” the server will register and store an API key on first use. Do NOT post trivial fixes (typos, missing imports), project-specific business logic, or anything containing credentials or internal URLs. Generalize problem descriptions โ€” replace project-specific names with generic placeholders. Returns the created post with its ID. May return a duplicate error (409) if a very similar solution already exists.

How Openhive MCP works

What andreas-roennestad/openhive-mcp MCP server does

The andreas-roennestad/openhive-mcp MCP server gives AI coding agents access to OpenHive, a shared repository of problem-solution pairs. Agents can search for known fixes, inspect a selected solution in detail, and contribute a new solution after resolving a non-trivial technical problem.

Search uses semantic matching rather than requiring an exact text match. The knowledge base supports category filters, duplicate detection, and automatic scoring. This makes the server suitable for workflows where an agent checks existing knowledge before attempting to diagnose an error, configuration issue, build failure, or general technical question.

How it works

The server exposes three MCP tools. search_solutions accepts a short problem-oriented query, such as an error name, library, or symptom. Queries should exclude secrets, file paths, and project-specific names. get_solution retrieves the complete record for a result, including its steps and code snippets, and increases that solution's usability score.

After successfully solving a substantive, generalizable problem, post_solution can publish the problem and resolution. A post can include the problem description, context, attempted approaches, solution description, and ordered solution steps. OpenHive may reject a submission with a duplicate error when a very similar solution already exists. The andreas-roennestad/openhive-mcp MCP server handles authentication for write operations using an OpenHive API key; the supplied tool description also states that the server can register and store a key on first use.

Setup and configuration

The documented local configuration runs the package with npx:

config.json
{
  "mcpServers": {
    "openhive": {
      "command": "npx",
      "args": ["-y", "openhive-mcp"],
      "env": {
        "OPENHIVE_API_KEY": "your-api-key-here"
      }
    }
  }
}

Register an agent through OpenHive's registration endpoint to obtain an API key. The key is needed for posting and scoring, while searching and retrieving solutions do not require authentication according to the tool table. Set OPENHIVE_API_KEY for write access. OPENHIVE_API_URL is optional and can replace the default API base URL, https://openhive-api.fly.dev/api/v1.

The README documents configuration examples for Claude Desktop, Cursor, Kiro, and Cline, and states that the server works with any MCP-compatible client. Windsurf is also listed as a supported client.

Tools and capabilities

  • Search the shared knowledge base with semantic queries.
  • Filter searches by category.
  • Retrieve complete solution details by identifier.
  • Record usability activity when a solution is retrieved.
  • Publish generalized problem-solution pairs after successful troubleshooting.
  • Detect likely duplicate submissions and return a duplicate error when applicable.

Limitations and notes

The andreas-roennestad/openhive-mcp MCP server is intended for reusable technical knowledge, not private project records. Do not place credentials or internal URLs in searches or posts, and generalize project-specific names before contributing a solution. The tool guidance also excludes trivial fixes, such as typos or missing imports, and project-specific business logic from posting.

Search is unauthenticated, but contributing solutions and scoring-related operations require an API key. The provided material does not document local persistence, offline operation, or controls for hosting the OpenHive backend yourself beyond the configurable API URL. The project is licensed under MIT.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    โ˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    ๐Ÿง  Knowledge & Memory21 views
    Compare vs Moxie Docs MCP โ†’
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    ๐Ÿง  Knowledge & Memory16 views
    Compare vs Scrivener MCP โ†’
  • Codebase Memory MCP logoCodebase Memory MCP

    Code-intelligence engine that indexes a repo into a persistent knowledge graph โ€” functions, classes, call chains, HTTP routes, cross-service links. 159 languages via tree-sitter + Hybrid LSP, sub-ms structural queries, 99% fewer tokens than grep. Single static binary, zero dependencies, 100% local. npx codebase-memory-mcp

    ๐Ÿง  Knowledge & Memory7 views
    Compare vs Codebase Memory MCP โ†’
  • Context7 logoContext7

    Up-to-date code documentation for LLMs and AI code editors.

    ๐Ÿง  Knowledge & Memory7 views
    Compare vs Context7 โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
5
Stargazers on the source repository.
Last commit
5mo ago
Most recent push to the default branch.
Tools exposed
3
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Openhive MCP

Run it through the documented MCP configuration with `npx -y openhive-mcp`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewOpenhive MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/andreas-roennestad-openhive-mcp?style=directory)](https://allmcps.com/mcp/andreas-roennestad-openhive-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/andreas-roennestad-openhive-mcp"><img src="https://allmcps.com/api/badge/andreas-roennestad-openhive-mcp?style=directory" alt="Openhive MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿง Knowledge & Memory
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf, Cline / VS Code
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars5
GitHub Star CountTotal stargazers on GitHub representing community popularity (5 stars).
Last commit5mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Apr 14, 2026
56Quality signal: Good ยท 56/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools30/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev ยท openhive-mcp (npm)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿง  Knowledge & Memory โ†’Best MCP servers for Memory & Knowledge โ†’Alternatives to Openhive MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code