codeiq

RandomCodeSpace/codeiq
★ 0 stars Go 🗄️ Database Updated 7d ago
CLI + server for a deterministic code knowledge graph. 97 detectors across 35+ languages, Neo4j Embedded, Spring AI MCP server, REST API, and web UI. Pure static analysis — no AI, no external APIs, no telemetry.
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": {
    "codeiq": {
      "command": "go",
      "args": [
        "run",
        "github.com/RandomCodeSpace/codeiq@latest"
      ]
    }
  }
}

README Excerpt

<p align="center"> <h1 align="center">codeiq</h1> <p align="center"> <strong>Deterministic code knowledge graph — scans codebases to map services, endpoints, entities, infrastructure, auth patterns, and framework usage. No AI, pure static analysis. Single static Go binary; MCP server included.</strong>

Tools (1)

version

Topics

code-analysiscode-intelligencegraph-databasejavaknowledge-graphmcp-serverneo4jstatic-analysis