open-knowledge-hub

dryotta/open-knowledge-hub
★ 0 stars TypeScript Memory/Knowledge Updated today
A local MCP server for github hosted knowledge containers for human and agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "open-knowledge-hub": {
      "command": "npx",
      "args": [
        "-y",
        "dryotta/open-knowledge-hub"
      ]
    }
  }
}

README Excerpt

Open Knowledge Hub is an MCP server for organizing agent-accessible knowledge and capabilities into containers of typed modules. The canonical documentation is bundled with the server under - [Setup](resources/docs/getting-started.md) - [Concepts and routing](resources/docs/concepts.md) - [Usage examples](resources/docs/usage.md)