★ 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"
]
}
}
}
Run in terminal:
claude mcp add midnight-manual cargo run -- midnight-manual
Add to .cursor/mcp.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.