mcp-knowledge-server

Ashish5jha/mcp-knowledge-server
★ 0 stars TypeScript Memory/Knowledge Updated 3d ago
A production-ready Remote MCP server built with Cloudflare Workers that exposes GitHub Markdown knowledge through fast indexed search, profile isolation, KV caching, and Model Context Protocol.
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": {
    "mcp-knowledge-server": {
      "command": "npx",
      "args": [
        "-y",
        "Ashish5jha/mcp-knowledge-server"
      ]
    }
  }
}