About Code Scalpel
AI coding is the future — but AI agents are flying blind. They see code as text, miss dependencies, break things they can't see, and can't explain their changes. We're fixing that.
Code Scalpel gives AI agents real understanding of your codebase: structure, dependencies, security risks, and safe modification paths. We believe AI-driven development should be reliable, secure, and auditable — not a game of "did the AI break something this time?"
Built by
3D Tech Solutions LLC
Code Scalpel is a product of 3D Tech Solutions LLC, a consulting firm specializing in Generative AI & ML, Regulatory Compliance, and IT Security for small and medium-sized businesses. We build tools that bring enterprise-grade practices within reach of teams that can't afford a dedicated security or AI infrastructure team.
Questions about consulting engagements? Get in touch.
Built for reliability
Open-core & auditable
Community tier is MIT-licensed. Code ships in the open for transparency and security auditing. No black boxes.
Your code stays on your machine
Code Scalpel runs 100% locally. No telemetry, no cloud processing, no data leaving your machine. Ever.
Real AST parsing, not regex
Every analysis uses proper Abstract Syntax Tree parsing. No fragile pattern matching. Guaranteed accuracy across Python, JS/TS, Java, C, C++, and C#.
Frequently Asked Questions
Everything you need to know about Code Scalpel.
What is Code Scalpel? ▼
Code Scalpel is an MCP (Model Context Protocol) server that gives AI coding agents like Claude, Cursor, VS Code Copilot, and Cline real understanding of your codebase. Instead of seeing code as text, your AI can parse structure, trace dependencies, detect security vulnerabilities, and modify code safely — all with 22 specialized tools.
Is Code Scalpel free? ▼
Yes. The Community tier is free forever and includes all 22 MCP tools with full audit logging. No credit card required. No time limits. No feature gating on core tools.
Pro and Enterprise tiers are currently in free beta. Apply to test advanced features like visual code maps, Oracle Resilience, and compliance reporting. Pricing will be announced before launch.
Does Code Scalpel send my code to the cloud? ▼
No. Code Scalpel runs 100% locally on your machine. Your code never leaves your computer. The MCP server processes everything using local AST parsing — no telemetry, no cloud calls, no data exfiltration. See our security policy.
What programming languages are supported? ▼
Full AST parsing support for Python, JavaScript, TypeScript, Java, JSX, TSX, C, C++, and C#. This means every analysis (code structure, security scanning, dependency tracking, symbolic execution) works with real syntax trees — not regex pattern matching.
Which AI editors and agents work with Code Scalpel? ▼
Any MCP-compatible client works, including:
- Claude Desktop (Anthropic)
- VS Code with GitHub Copilot
- Cursor
- Cline, Windsurf, and other MCP clients
Code Scalpel also has a standalone CLI for scripting, CI/CD pipelines, and manual analysis. See installation guides for each editor.
How is Code Scalpel different from a linter or static analysis tool? ▼
Linters are built for humans reading reports. Code Scalpel is built for AI agents that need to understand and change code.
- Linters read one file at a time — Code Scalpel tracks dependencies across your entire project
- Linters report problems — Code Scalpel gives AI agents tools to fix them safely
- Linters use pattern matching — Code Scalpel uses taint-based security analysis that traces data flow
- Linters have no audit trail — Code Scalpel logs every AI decision
How long does installation take? ▼
About 30 seconds. For most editors, add a few lines to your MCP config and restart:
"code-scalpel": { "command": "uvx", "args": ["codescalpel", "mcp"] }
Or install via pip: pip install codescalpel
What is Oracle Resilience? ▼
Oracle Resilience is Code Scalpel's intelligent error-handling middleware (v1.3+). When an AI agent makes an error or sends malformed parameters, Oracle Resilience detects the failure and provides the agent with a corrected suggestion so it can retry successfully. This dramatically reduces broken tool calls and improves agent reliability.
Can I use Code Scalpel in CI/CD pipelines? ▼
Yes. Code Scalpel includes a full CLI mode for scripting and pipeline integration. Use it for automated security scanning, dependency checks, and compliance validation in GitHub Actions, GitLab CI, Jenkins, and more.
Is Code Scalpel open source? ▼
Code Scalpel is open-core. The Community tier is MIT-licensed and the code ships openly for transparency and security auditing. Pro and Enterprise tiers add commercial features (visual code maps, Oracle Resilience, compliance reporting) for teams with advanced needs. Commercial licenses fund continued development.
What compliance frameworks does Code Scalpel support? ▼
The Enterprise tier includes compliance checking against OWASP Top 10, SOC2, HIPAA, GDPR, PCI-DSS, and organization-specific policies via Open Policy Agent (OPA) rules. Cryptographic policy verification ensures governance configs haven't been tampered with.
Compare tiers or contact sales for Enterprise details.
What's the difference between Community, Pro, and Enterprise? ▼
Community (Free): All 22 functional tools, full audit logging, local-only execution. Perfect for individual developers and open source projects.
Pro: Everything in Community plus visual code maps, advanced cross-file analysis, Oracle Resilience, higher limits, and priority support. Built for serious projects and available now through beta-key signup.
Enterprise: Everything in Pro plus cryptographic policy verification, compliance evidence generation, fail-closed enforcement, and organization-wide audit controls. Built for regulated industries with custom deployment and pricing.
Contact
General
info@codescalpel.devSales & Enterprise
sales@codescalpel.devSupport
support@codescalpel.devSecurity
security@codescalpel.devReady to try it?
Install in 30 seconds. Free forever. No credit card.