PyScribe Code is a Model Context Protocol (MCP) server that gives AI coding agents (Cursor, Claude Code, Windsurf, Cline, etc.) deep code understanding capabilities.
PyScribe Code MCP
AI-Powered Code Analysis MCP Server
AST parsing, call graphs, impact analysis, API verification, sandbox validation & skill management
What is PyScribe Code MCP?
PyScribe Code is a Model Context Protocol (MCP) server that gives AI coding agents (Cursor, Claude Code, Windsurf, Cline, etc.) deep code understanding capabilities. It analyzes your codebase using AST parsing, builds call graphs, performs impact analysis, verifies API symbols, validates code in a sandbox, and manages reusable skills.
Think of it as giving your AI agent X-ray vision into your codebase.
Quick Start
# 1. Install
pip install .
# 2. Run the MCP server
pyscribe-code
# 3. Connect your AI agent and start coding with superpowers
Documentation
The documentation has been split into multiple files for better organization:
- Connect Your Agent
- Available Tools & Usage
- Installation & Configuration
- Architecture & Performance
- Development & Contributing
License
Built with care for AI coding agents that need to understand code, not just read it.