MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

PyScribe Code is a Model Context Protocol (MCP) server that gives AI coding agents (Cursor, Claude Code, Windsurf, Cline, etc.) deep code understanding capabilities.

Created 5/20/2026
Updated about 7 hours ago
Repository documentation and setup instructions

PyScribe Code MCP

AI-Powered Code Analysis MCP Server
AST parsing, call graphs, impact analysis, API verification, sandbox validation & skill management

Python 3.12+ MCP Protocol MIT License 9 Tools 35/35 Tests Passing


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:


License

MIT


Built with care for AI coding agents that need to understand code, not just read it.

Quick Setup
Installation guide for this server

Install Package (if required)

uvx pyscribe_mcp

Cursor configuration (mcp.json)

{ "mcpServers": { "aditya452007-pyscribe-mcp": { "command": "uvx", "args": [ "pyscribe_mcp" ] } } }