🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

pyscn-mcp

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyscn-mcp

MCP (Model Context Protocol) server for pyscn Python code analyzer

pipPyPI
Version
1.29.0
Weekly downloads
625
102.27%
Maintainers
1
Weekly downloads
 

pyscn-mcp

MCP (Model Context Protocol) server for pyscn Python code analyzer.

mcp-name: io.github.ludo-technologies/pyscn

Installation

# Install via pipx (recommended)
pipx install pyscn-mcp

# Or with uv
uvx pyscn-mcp

# Or with pip
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.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts