High-precision Python SAST & Dead Code Remover. Finds unused functions, secrets, and security flaws with hybrid static analysis + local LLM agents. Privacy-first & low noise. MCP server for SAST too. Docs: https://docs.skylos.dev/
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"skylos": {
"command": "uvx",
"args": [
"skylos"
]
}
}
}
Run in terminal:
claude mcp add skylos uvx skylos
Add to .cursor/mcp.json:
{
"mcpServers": {
"skylos": {
"command": "uvx",
"args": [
"skylos"
]
}
}
}
Or install with pip: pip install skylos