MCP Directory

duriantaco/skylos

GitHub
Developer Tools

Dead code detection, security scanning, and code quality analysis for Python, TypeScript, and Go. 98% recall with fewer false positives than Vulture. Includes AI-powered remediation.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

uvx skylos

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from duriantaco/skylos your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "skylos": {
      "command": "uvx",
      "args": [
        "skylos"
      ]
    }
  }
}

Route duriantaco/skylos intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add skylos

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use duriantaco/skylos directly without routing

uvx skylos

New to Agent-CoreX? View setup guide →

duriantaco/skylos MCP Server — Agent-CoreX