midnight-manual

devrelaicom/midnight-manual
★ 0 stars Rust 🧠 Memory/Knowledge Updated 7d ago
MCP server for RAG-powered retrieval of Midnight documentation, examples, and ecosystem knowledge.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "midnight-manual": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "midnight-manual"
      ]
    }
  }
}

README Excerpt

MCP server for RAG-powered retrieval of Midnight documentation, examples, and ecosystem knowledge.