mcp-documentation-server

Unity-Billal-mesloub/mcp-documentation-server
★ 1 stars TypeScript Memory/Knowledge Updated 3d ago
MCP Documentation Server - Bridge the AI Knowledge Gap. ✨ Features: Document management • Gemini integration • AI-powered semantic search • File uploads • Smart chunking • Multilingual support • Zero-setup 🎯 Perfect for: New frameworks • API docs • Internal guides
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-documentation-se": {
      "command": "npx",
      "args": [
        "-y",
        "Unity-Billal-mesloub/mcp-documentation-server"
      ]
    }
  }
}