ops-codegraph-tool

optave/ops-codegraph-tool
★ 37 stars TypeScript 💻 Code/Dev Tools Updated 7d ago
Code intelligence CLI — function-level dependency graph across 11 languages, 30-tool MCP server for AI agents, complexity metrics, architecture boundary enforcement, CI quality gates, git diff impact with co-change analysis, hybrid semantic search. Fully local, zero API keys required.
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": {
    "ops-codegraph-tool": {
      "command": "npx",
      "args": [
        "-y",
        "optave/ops-codegraph-tool"
      ]
    }
  }
}

Topics

ai-agentsarchitectureci-cdclicode-analysiscode-qualitycodeownerscomplexity-metricsdependency-graphimpact-analysisincremental-buildsmcp-serversemantic-searchsqlitestatic-analysis