MCP.so
Sign In
Servers
C

Codegraph Rust

@Jakedismo

🎯 Overview

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "codegraph": {
      "command": "codegraph",
      "args": [
        "start",
        "stdio"
      ],
      "env": {
        "CODEGRAPH_CONFIG": "~/.codegraph/config.toml"
      }
    }
  }
}

More from Other