CodeContext

DavidVeksler/CodeContext
★ 20 stars C# AI/LLM Updated 3d ago
CLI tool & MCP server that turns a codebase into text for an LLM to see its context — feed code to ChatGPT, Claude, or any AI coding assistant
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codecontext": {
      "command": "npx",
      "args": [
        "-y",
        "DavidVeksler/CodeContext"
      ]
    }
  }
}

Topics

ai-coding-assistantchatgptclaudeclicli-toolcode-contextcsharpdeveloper-toolsdotnetllmllm-toolsmcpmcp-servermodel-context-protocolprompt-engineering