MCP tools for drdeploy: scan deployed sites, list, get findings, check status.
Exposes drdeploy capabilities as a Model Context Protocol server so AI editors (Claude Code, Cursor, Cline, Continue, …) can call into your monitored sites without leaving the IDE. Each tool maps 1:1 to a endpoint on the Rails app. The MCP layer is auth-scoped to the user's local CLI token () — it never asks the agent for credentials. stdio (default) — from the CLI binary runs this. Used by…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
Exposes drdeploy capabilities as a Model Context Protocol server so AI editors (Claude Code, Cursor, Cline, Continue, …) can call into your monitored sites without leaving the IDE. Each tool maps 1:1 to a endpoint on the Rails app. The MCP layer is auth-scoped to the user's local CLI token () — it never asks the agent for credentials. stdio (default) — from the CLI binary runs this. Used by Claude Code, Cursor, etc. http (planned) — a long-running daemon for browser-based agents. Each command…