Solana Security Standard MCP Server

The same SOL-0XX rules flag Solana-specific bugs while you code - caller-controlled clock values, cross-market state asymmetry, wrapper handlers that drift from engine logic, missing Anchor constraints, and 52 bug classes in all, drawn from real audits. It runs locally over stdio via the published package.

People connecting security tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-19 · ★ 37 · #33 OF 182 MAINTAINED SECURITY · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Solana Security Standard

Claude Code

claude mcp add copenhagen0x-solana-security-standard -- npx -y @jelleo/solana-security-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @jelleo/solana-security-mcp - the @jelleo scope differs from the repo owner (copenhagen0x); confirm it's the project's official package

registry namespace io.github.Copenhagen0x is GitHub-verified and matches the repo owner

03 · What Solana Security Standard can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.9.0 · 2026-06-05

The standard's first client-side / integrator rules - for the TypeScript/web3.js that builds and sends transactions (bots, keepers, integrators), alongside the 28 on-chain Rust rules. · SOL-029 - preflight simulation…

v1.3.1 · 2026-06-03

Solana Security Standard - now installable everywhere. · The SOL-0XX rule set (28 Solana/Anchor bug classes drawn from real audits) now runs wherever you work, all from one source of truth: · GitHub Action - scan every…

v1.0.1 · 2026-05-27

Released within hours of v1.0.0. Corrects bounty attributions for SOL-002, SOL-003, SOL-004, SOL-005 after Anatoly Yakovenko's triage of percolator-cli#78 clarified which findings translated to paid bounties. · What…

04 · Who maintains Solana Security Standard

Solana Security Standard is maintained by copenhagen0x. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
security - ranked #33 of 182 actively-maintained security servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-06-05)
registry
io.github.Copenhagen0x/solana-security-mcp (active, first published 2026-06-30 · 2 versions)
packages
npm:@jelleo/solana-security-mcp

06 · Solana Security Standard FAQ

What is Solana Security Standard?

The same SOL-0XX rules flag Solana-specific bugs while you code - caller-controlled clock values, cross-market state asymmetry, wrapper handlers that drift from engine logic, missing Anchor constraints, and 52 bug classes in all, drawn from real audits. It runs locally over stdio via the published package.

Is Solana Security Standard still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-19 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Solana Security Standard?

Run `npx -y @jelleo/solana-security-mcp`. You can also paste the ready-made client config above.

Does Solana Security Standard run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Solana Security Standard