Stats
Actions
Tags
From pyscn-mcp
Runs a Python-based MCP server via uvx. Likely provides scanning or analysis capabilities for Python projects, but specific functionality is not documented.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"pyscn-mcp": {
"command": "uvx",
"args": [
"pyscn-mcp"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
npx claudepluginhub ludo-technologies/pyscn --plugin pyscn-mcp