CodeGraphContext

Created By
Shashankss12058 months ago
An MCP server that indexes local code into a graph database to provide context to AI assistants.
Overview

What is CodeGraphContext?

CodeGraphContext is an MCP server that indexes local code into a graph database, providing context to AI assistants for better code understanding and analysis.

How to use CodeGraphContext?

To use CodeGraphContext, install it via pip, set up your Neo4j database connection using the interactive command-line wizard, and start the server with the command cgc start.

Key features of CodeGraphContext?

  • Code Indexing: Analyzes code and builds a knowledge graph of its components.
  • Relationship Analysis: Query for callers, callees, class hierarchies, and call chains.
  • Live Updates: Automatically updates the graph when local files change.
  • Interactive Setup: User-friendly command-line wizard for easy configuration.

Use cases of CodeGraphContext?

  1. Static code analysis in AI assistants.
  2. Graph-based visualization of projects.
  3. Dead code and complexity detection.

FAQ from CodeGraphContext?

  • Can CodeGraphContext be used with any programming language?

Yes, as long as the code can be indexed, CodeGraphContext can analyze it.

  • Is CodeGraphContext free to use?

Yes! CodeGraphContext is open-source and free for everyone.

  • How does CodeGraphContext handle large codebases?

It efficiently indexes and analyzes large codebases using graph database capabilities.

Server Config

{
  "mcpServers": {
    "CodeGraphContext": {
      "command": "cgc",
      "args": [
        "start"
      ],
      "env": {
        "NEO4J_URI": "YOUR_NEO4J_URI",
        "NEO4J_USERNAME": "YOUR_NEO4J_USERNAME",
        "NEO4J_PASSWORD": "YOUR_NEO4J_PASSWORD"
      },
      "tools": {
        "alwaysAllow": [
          "add_code_to_graph",
          "add_package_to_graph",
          "check_job_status",
          "list_jobs",
          "find_code",
          "analyze_code_relationships",
          "watch_directory",
          "find_dead_code",
          "execute_cypher_query",
          "calculate_cyclomatic_complexity",
          "find_most_complex_functions",
          "list_indexed_repositories",
          "delete_repository",
          "visualize_graph_query",
          "list_watched_paths",
          "unwatch_directory"
        ],
        "disabled": false
      },
      "disabled": false,
      "alwaysAllow": []
    }
  }
}
Project Info
Created At
8 months ago
Updated At
8 months ago
Author Name
Shashankss1205
Star
-
Language
-
License
-

Recommend Servers

View All
Payai X402 Tools

8 hours ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

a day ago