Skylos

by duriantaco · Databases · mcp-server, python, typescript, go, ai

Privacy-first SAST tool for Python, TypeScript, and Go that detects dead code, security vulnerabilities, and code quality issues with hybrid AST and optional LLM analysis.

Skylos is a static analysis security testing (SAST) tool that bridges traditional static analysis with AI agents. It detects dead code, security vulnerabilities (SQL injection, SSRF, secrets), and code quality issues in Python, TypeScript, and Go codebases. The hybrid engine combines AST parsing with optional local or cloud LLM verification to eliminate false positives caused by dynamic language patterns and framework magic. Includes CI/CD integration with GitHub Actions, a VS Code extension, and agentic AI-powered auto-fix capabilities.

Source: https://github.com/duriantaco/skylos

Install

git clone https://github.com/duriantaco/skylos

Tags: mcp-server, python, typescript, go, ai

348 GitHub stars · Source: pulsemcp

About Databases MCP servers and Claude skills

Databases MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.

Skylos is one of hundreds of Databases entries indexed on Skiln. Browse the full Databases category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.

Related Databases MCPs and skills

  • Snowflake by snowflake-labs

    Bridges AI applications with Snowflake's data platform for database interaction

  • Ultra (Multi-AI Provider) by realmikechong

    Unified server providing access to OpenAI O3, Google Gemini 2.5 Pro, and Azure OpenAI models with automatic usage tracking, cost estimation, and nine specialized development tools for code analysis, debugging, and documentation generation.

  • SQL Server Performance Monitor by erikdarlingdata

    SQL Server performance monitoring with DuckDB storage and natural language queries for CPU, wait stats, blocking, query performance, memory, and I/O.

  • MySQL Database Manager by wenb1n-dev

    Provides direct access to MySQL databases with advanced features like multiple SQL execution, table metadata querying, execution plan analysis, and Chinese field to pinyin conversion through a configurable Python-based server.

  • Claude Recall by nhevers

    Persistent memory system for Claude Code that automatically captures session context, stores observations in SQLite with vector search, and injects relevant history into future coding sessions to maintain continuity across development workflows.

  • Airtable by domdomegg

    Provides read and write access to Airtable databases.

  • Maverick Financial Analysis by wshobson

    Personal-use financial market analysis server that provides technical analysis tools including RSI, MACD, and moving averages with stock screening capabilities for supply/demand breakouts and momentum patterns using Tiingo and Yahoo Finance data.

  • Nexus by nexus-router

    AI gateway that aggregates multiple MCP servers and LLM providers through a unified HTTP interface with JWT authentication, rate limiting, and tool discovery for centralized AI resource management.

Frequently asked questions

How do I install Skylos?

Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.

Which clients support Skylos?

Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.

Is Skylos free?

The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.