renso-code-graph-mcp 1.0.9

MCP stdio server exposing code_graph tools. Installs the prebuilt `code_graph-mcp` binary from GitHub Releases.
renso-code-graph-mcp-1.0.9 is not a library.

code_graph-mcp

code_graph-mcp is an MCP (Model Context Protocol) stdio server that exposes code_graph tools to LLM clients (Claude Desktop, Cursor, Codex, Renso Code, etc.).

Install

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, 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

{
  "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

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.