renso-code-graph-mcp 1.0.7

MCP stdio server exposing code_graph tools. Installs the prebuilt `code_graph-mcp` binary from GitHub Releases.
# code_graph-mcp

`code_graph-mcp` is an MCP (Model Context Protocol) stdio server that
exposes [`code_graph`](https://crates.io/crates/code_graph) tools to
LLM clients (Claude Desktop, Cursor, Codex, Renso Code, etc.).

## Install

```sh
cargo install renso-code-graph renso-code-graph-mcp
```

This crate is a thin **download-and-exec trampoline**: at install time
its `build.rs` fetches the prebuilt `code_graph-mcp` binary for your
host platform from
[GitHub Releases](https://github.com/Renso-AI/code-graph-dist/releases),
SHA256-verifies it, and embeds it into the launcher this crate
produces.

This crate contains **no MCP-server source**. Code Graph is proprietary,
closed-source software © Renso AI; the prebuilt binary it downloads is
licensed under the Code Graph subscription terms (https://cg.renso.ai).

For other install channels (npm, pip, Homebrew, curl-pipe), see
https://cg.renso.ai/#install.

## MCP launcher config

```json
{
  "mcpServers": {
    "code_graph": {
      "command": "code_graph-mcp",
      "args": [],
      "env": {}
    }
  }
}
```

See https://cg.renso.ai/docs#mcp for the full tool catalog and the
auto-discovery story (`code_graph-mcp --register`).

## Documentation

- https://cg.renso.ai/docs — full usage guide

## License

Proprietary — © Renso AI, all rights reserved. **Not open source.**
Use of the binaries is governed by the Code Graph subscription terms at
https://cg.renso.ai.