MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

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

创建于 5/20/2026
更新于 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.

快速设置
此服务器的安装指南

安装包 (如果需要)

uvx pyscribe_mcp

Cursor 配置 (mcp.json)

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