HomeOther › Solana Security Standard

Solana Security Standard

Scan Solana/Anchor code against the Solana Security Standard and serve the ruleset to MCP clients.

JavaScript
★ 38 stars Last pushed 2026-09-16 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.5.0)

npx -y @jelleo/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "solana-security-standard": {
      "command": "npx",
      "args": [
        "-y",
        "@jelleo/[email protected]"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry