local-rfc

vquanghuy/local-rfc
★ 0 stars Unknown language 📁 File System Updated 1mo ago
Implement a centralized, standalone MCP server using ChromaDB as the unified storage and search engine. This system is decoupled from any specific project or vault.
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": {
    "local-rfc": {
      "command": "npx",
      "args": [
        "-y",
        "vquanghuy/local-rfc"
      ]
    }
  }
}