Updated April 2026

Install Skylos

Pick your client, copy the command, done.

Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1

Set the server up locally

Run this once to clone and prepare the server before adding it to Claude Code.

Run in terminal
pip install skylos
2

Register it in Claude Code

After the local setup is done, run this command to point Claude Code at the built server.

Run in terminal
claude mcp add skylos -- node "<FULL_PATH_TO_SKYLOS>/dist/index.js"

Replace <FULL_PATH_TO_SKYLOS>/dist/index.js with the actual folder you prepared in step 1.

Available Tools (2)

Once configured, Skylos gives your AI agent access to:

scanScans the codebase for dead code, security vulnerabilities, and quality issues.
path
defendPerforms AI defense checks for Python LLM integrations.
path

Try It Out

After setup, try these prompts with your AI agent:

Scan the current directory for any dead code or unused functions.
Check my Python project for security vulnerabilities and secrets.
Run an AI defense audit on my LLM integration code.
Identify any exploitable flows in the TypeScript codebase.
Prerequisites & system requirements
  • An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
  • Python 3.8+ with pip installed

Keep this setup from going cold

Save the docs, env vars, and workflow around Skylos in Conare so Claude Code, Codex, and Cursor remember it next time.

Need the legacy visual installer? Open Conare IDE.
Remember this setup