Getting Started with Code Scalpel¶
Welcome to Code Scalpel! This section will help you get up and running quickly, whether you're using Claude Desktop, VS Code with Copilot, Cursor, or running Code Scalpel in Docker.
Choose Your Path¶
-
New to Coding? Start Here!
Vibe coder who uses AI to code for you? This friendly guide is written just for you!
-
Quick Start (5 Minutes)
Already familiar with MCP servers? Jump straight to the fastest setup path.
-
Installation Guides
Step-by-step installation for your specific IDE or environment.
-
Your First Analysis
Run your first code analysis and understand the results.
-
Understanding Tiers
Learn about Community, Pro, and Enterprise features.
What You'll Need¶
Before you begin, make sure you have:
- Python 3.10+ installed on your system
- An MCP-compatible AI assistant (Claude Desktop, VS Code with Copilot, Cursor, or similar)
- A code project to analyze (any Python, JavaScript, TypeScript, or Java project)
Installation at a Glance¶
- No installation needed -
uvxwill handle it automatically! - Edit
claude_desktop_config.json: - Restart Claude Desktop
Alternative: pip install
Then use"command": "codescalpel" in config instead of uvx - Install Claude Code if you haven't already
- Register Code Scalpel — one command, no config file editing:
- Verify:
claude mcp list— you should seecodescalpel: uvx codescalpel mcp - Launch in your project:
cd /your/project && claude
- No installation needed -
uvxwill handle it automatically! - Add to VS Code settings.json:
- Reload VS Code window
Alternative: pip install
Then use"command": "codescalpel" in config instead of uvx - No installation needed -
uvxwill handle it automatically! - Configure in Cursor settings under MCP Servers
- Add server with command
uvx codescalpel mcp
Alternative: pip install
Then use commandcodescalpel mcp in Cursor settings Then configure your AI assistant with:
Verify Installation¶
After installation, verify Code Scalpel is working by asking your AI assistant:
"Use Code Scalpel to analyze the structure of this Python file."
You should see the AI invoke the analyze_code tool and return structured information about functions, classes, and imports.
What's Next?¶
- Quick Start - Get running in 5 minutes
- First Analysis - Understand tool responses
- Tutorials - Learn common workflows
- Tool Reference - Explore all 23 tools