sempkg

willem445/sempkg
★ 2 stars Rust AI/LLM Updated today
Semantic package manager and MCP server for semantic index bundles. Install .sembundle archives, query symbol graphs and docs, and surface intelligence directly to GitHub Copilot — compiled to a single Rust binary, no Python runtime required.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sempkg": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "sempkg"
      ]
    }
  }
}

README Excerpt

**The missing piece between your AI agent and the code it needs to understand.** `sempkg` combines the power of [CodeGraph](https://github.com/colbymchenry/codegraph) symbol graphs and [QMD](https://github.com/tobi/qmd)-like documentation indexes into a single Rust binary that doubles as an MCP server — giving GitHub Copilot and other agents instant, structured access to any codebase's semantic intelligence.

Topics

agentagentic-aiagentic-codingcodegraphindexmcppackage-indexqmdsemanticsemantic-search