pyscn-mcp
MCP (Model Context Protocol) server for pyscn Python code analyzer.
mcp-name: io.github.ludo-technologies/pyscn
Installation
pipx install pyscn-mcp
uvx pyscn-mcp
pip install pyscn-mcp
Usage
As MCP Server
Configure in your MCP client (e.g., Claude Desktop):
{
"mcpServers": {
"pyscn-mcp": {
"command": "uvx",
"args": ["pyscn-mcp"],
"env": {
"PYSCN_CONFIG": "/path/to/.pyscn.toml"
}
}
}
}
Standalone
pyscn-mcp
Documentation
For full documentation, visit the pyscn repository.
License
MIT License - see the LICENSE file for details.