Install the Pazmo MCP server
Run a local, self-reported scan of this repo from inside your own coding agent — no account, no upload.
Step 1 of 3 · Pick your tool · Step 2 of 3 · Add the server
Claude Code
Claude Code · install
claude mcp add pazmo -- npx -y pazmo mcp
Cursor
VS Code
Codex
~/.codex/config.tomlCodex · install
[mcp_servers.pazmo] command = "npx" args = ["-y", "pazmo", "mcp"]
Other (JSON)
Other (JSON) · install
{
"mcpServers": {
"pazmo": {
"command": "npx",
"args": [
"-y",
"pazmo",
"mcp"
]
}
}
}check_circleStep 3 of 3 · Confirm it’s connected
Tell your agent: “Scan this repo with pazmo.”
Local scan results are self-reported advisory signals — they never become Pazmo independent evidence. Third-party evidence requires a Pazmo-run scan of your deployed target.
pazmo sends an anonymous usage count on each run (no code, file paths, or findings). Disable with PAZMO_NO_TELEMETRY=1.