context-server

shanemcd/context-server
★ 0 stars Rust AI/LLM Updated today
Lightweight MCP server for semantic search over markdown knowledge bases
View on GitHub → 🔍 Audit Wallet Slippage →

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": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "context-server"
      ]
    }
  }
}

README Excerpt

A lightweight [MCP](https://modelcontextprotocol.io/) server for **semantic search over markdown knowledge bases**. One Rust binary. ONNX Runtime is **statically linked** (via [`ort`](https://github.com/pykeio/ort) / [`fastembed`](https://github.com/Anush008/fastembed-rs)) — no separate `libonnxruntime.so` to ship. SQLite is bundled. Built for AI coding agents (Claude Code, Cursor, etc.).

Tools (3)

answer_questionlist_documentssemantic_search