schema

farchanjo/schema
★ 0 stars Rust 🤖 AI/LLM Updated 1d ago
MCP server that indexes project specs, ADRs, glossaries, and markdown into a local RAG (bge-m3 + sqlite-vec), serving retrieval tools to LLM clients over stdio. Hexagonal Rust crate with strict lints; per-project cache; in-session filesystem watcher; cleanup tools at MCP + CLI surfaces.
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": {
    "schema": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "schema"
      ]
    }
  }
}

Topics

adranthropicbge-m3claude-codedocumentationhexagonal-architecturellmmcpmodel-context-protocolports-and-adaptersragrustsemantic-searchsqlite-vec