context-harness

parallax-labs/context-harness
★ 35 stars Rust 🤖 AI/LLM Updated 25d ago
Local-first context ingestion and retrieval for AI tools. SQLite + embeddings + MCP server for Cursor & Claude.
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-harness": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "context-harness"
      ]
    }
  }
}

Topics

claudecursorembeddingslocal-aimcpmodel-context-protocolragrustsqlite