context-server-rs

hrirkslab/context-server-rs
★ 6 stars Rust 🗄️ Database Updated 2mo ago
A Rust-based Model Context Protocol (MCP) server for AI code generation. Solves the context engineering problem by organizing and serving structured context from a local SQLite database to LLMs and AI tools. Fast, standards-based, and easy to run locally.
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": {
    "context-server-rs": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "context-server-rs"
      ]
    }
  }
}