Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸ”’ Security
  3. Skylos
Skylos logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 10:31:03 PM

Skylos

User RatingsBe the first to rate and review this MCP server!
View Repository700 GitHub StarsTotal stargazers on GitHub for the source repository (700 stars).Visit Website
pythonstatic-analysissecuritycode-qualitydead-code

Local static analysis for dead code, security issues, secrets, dependencies, quality regressions, and AI-generated code defects.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "duriantaco-skylos": {
      "command": "uvx",
      "args": [
        "skylos"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesšŸ”’ More in Security

Overview

duriantaco/skylos MCP server centers on Skylos, a local-first static analysis CLI for finding dead code, security flaws, secrets, dependency CVEs, configuration problems, and quality regressions. It scans repositories and changed files, supports verification of selected file ranges, and can generate CI gate configuration. Reach for it when an agent-assisted development workflow needs deterministic checks before review or merge. The provided material documents CLI usage and does not specify MCP tool names or transport details.

Use cases

•Scan repositories for dead code before cleanup
•Audit pull requests for security and quality regressions
•Verify AI-generated code against repository contracts
•Generate a GitHub Actions analysis gate
•Validate custom project-specific security rules

Key features

•Dead-code and unused-file detection
•Security, secret, and dependency analysis
•AI-generated code verification
•Changed-file and line-range checks
•Custom YAML rule packs
•CI/CD gate generation

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Skylos.

Extracted Tool Capabilities
Dead-code and unused-file detection
Security, secret, and dependency analysis
AI-generated code verification
Changed-file and line-range checks
Custom YAML rule packs
CI/CD gate generation

How Skylos works

What duriantaco/skylos MCP server does

The duriantaco/skylos MCP server packages a code-analysis workflow built around Skylos, an open-source static analysis tool. Its documented capabilities cover dead code, unused files, security issues, dangerous data flows, exposed secrets, dependency CVEs, deployment configuration, and code-quality regressions. It also checks several classes of AI-generated code mistakes, including invented package APIs, missing guards, fake helpers, unfinished code, and impossible dependency versions.

Skylos is intended for local repository checks and can also act as a CI/CD pull-request gate. The README lists support for Python, TypeScript, JavaScript, Java, Go, Kotlin, PHP, Rust, Dart, C#, Shell, and deployment configuration. The default scan concentrates on dead-code detection; broader analysis is enabled with the -a option.

How it works

The tool analyzes source and configuration statically rather than executing the target code for its normal checks. A repository can be scanned with skylos ., while skylos . -a enables security, secret, dependency, quality, and AI-defect analysis. Findings can be rendered as readable terminal output, concise machine-oriented lines, JSON for verification workflows, or an interactive terminal interface.

Changed work can be narrowed with a diff, file, or line range. The verify command returns pass, fail, or incomplete; incomplete results indicate that the requested proof could not be established. Verification can use a repository-specific .skylos/ai-contract.yml file to check generated code against local symbols, dependencies, APIs, route guards, and test requirements.

Setup and configuration

Install the duriantaco/skylos MCP server's underlying CLI from PyPI:

Terminal
pip install skylos
skylos .

Use skylos init to create project configuration containing thresholds, ignore settings, template hooks, and dictionary extensions. skylos rules init creates a starter local rule pack, and skylos rules validate checks a rule file. The project can also generate a GitHub Actions workflow with skylos cicd init.

Optional Python linting is available through the skylos[lint] extra and delegates to Ruff while preserving its native configuration, output, fixes, and exit behavior. The README does not identify required API keys, hosted services, or environment variables.

Tools and capabilities

Documented command areas include:

  • Dead-code detection for unused functions, classes, imports, files, and framework entry-point mistakes.
  • Security, secret, dependency, deployment, quality, and AI-defect analysis.
  • Deterministic cleanup previews for selected imports and functions, with an optional apply mode.
  • AI-code verification, hallucination contracts, and tests against deterministic agent response and tool-use scenarios.
  • Runtime-assisted scanning with --trace to reduce false positives from dynamic code.
  • Custom YAML rules, formatted reports, threshold-based gates, and scanner comparison using SARIF.
  • Kubernetes exposure checks and GPU release compatibility checks when their documented contracts are present.

Limitations and notes

Coverage differs by language and check type. Local API verification currently covers Python, TypeScript/JavaScript, Go, and Java without executing target code. PHP, Rust, Dart, C#, Kotlin, and Shell retain static-analysis coverage, but their local API proof is reported as unsupported and can produce an incomplete verification result.

The README states that third-party TypeScript or JavaScript imports, computed namespace members, unsupported language-local API checks, and unprovable parser surfaces may also lead to incomplete verification. The supplied material does not document the MCP transport, exposed MCP tool schema, or compatibility with specific MCP clients, so those details should be confirmed before integration.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Security View all alternatives
  • Apktool MCP Server logoApktool MCP Server

    APKTool MCP Server is a MCP server for the Apk Tool to provide automation in reverse engineering of Android APKs.

    šŸ”’ Security3 views
    Compare vs Apktool MCP Server →
  • Code Pathfinder logoCode Pathfinder

    Code intelligence MCP server: call graphs, type inference, and symbol search for Python/Go.

    šŸ”’ Security3 views
    Compare vs Code Pathfinder →
  • Jadx AI MCP logoJadx AI MCP

    JADX-AI-MCP is a plugin and MCP Server for the JADX decompiler that integrates directly with Model Context Protocol (MCP) to provide live reverse engineering support with LLMs like Claude.

    šŸ”’ Security3 views
    Compare vs Jadx AI MCP →
  • Gatetest logoGatetest

    111-module QA gate for Claude Code. Scan repos, auto-fix, AI diagnosis. Replaces SonarQube + Snyk.

    šŸ”’ Security2 views
    Compare vs Gatetest →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
700
Stargazers on the source repository.
Last commit
2d ago
Most recent push to the default branch.
Directory activity
6 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Skylos

Install the documented Skylos CLI from PyPI with `pip install skylos`, then run `skylos .` in a repository.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSkylos AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/duriantaco-skylos?style=directory)](https://allmcps.com/mcp/duriantaco-skylos)
HTML Embed
<a href="https://allmcps.com/mcp/duriantaco-skylos"><img src="https://allmcps.com/api/badge/duriantaco-skylos?style=directory" alt="Skylos on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸ”’Security
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseApache-2.0
Last updatedSep 9, 2026
25/25 checks healthy over the last 32d
Views6
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars700
GitHub Star CountTotal stargazers on GitHub representing community popularity (700 stars).
Last commit2d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 9, 2026
59Quality signal: Good Ā· 59/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity9/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 15d ago via OSV.dev Ā· skylos (PyPI)

ā˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸ”’ Security →Best MCP servers for Security →Alternatives to Skylos →Install in Claude DesktopInstall in CursorInstall in VS Code