mcpbeat Sign in

Solana Security Standard MCP Server

by copenhagen0x Your server? Claim it
local only

Solana Security Standard runs on your own machine — the client starts it, so there is no endpoint to ping. 70 installs a week from npm. Last commit 2 Jul 2026.

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

Installs per day peak 19 · avg 10 · +62% w/w
a month agotoday
70
Installs / week
npm · @jelleo/solana-security-mcp
37
Stars
0 open issues
2 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] engine/formatters.js:1, [пакет] engine/glob.js:1, [пакет] engine/scanner.js:1 и ещё 2
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add solana-security-mcp -- npx -y @jelleo/solana-security-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "solana-security-mcp": {
      "args": [
        "-y",
        "@jelleo/solana-security-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.solana-security-mcp]
command = "npx"
args = ["-y", "@jelleo/solana-security-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "solana-security-mcp": {
      "args": [
        "-y",
        "@jelleo/solana-security-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "solana-security-mcp": {
      "args": [
        "-y",
        "@jelleo/solana-security-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Solana Security Standard

same job, measured the same way
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only
Briefroom
by briefroom

briefroom stdio MCP server — expose the briefroom CLI to Claude Code, Codex, and other agents.

45 installs/wk local only
Agent MCP Hub
by blackaxgit

One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents

48 installs/wk local only
Android Security Analyzer
by ako2345

MCP server for static security analysis of Android source code

4 tools answering
Arcjet
by arcjet

An MCP server for Arcjet - the runtime security platform that ships with your AI code.

answering
Rune
by thecolourfoundation

Evidence-traced codebase understanding and security scanning for AI agents over MCP.

24 installs/wk local only
SonarQube MCP Server
by sonarsource

Analyze code quality and security with SonarQube Server or Cloud directly in AI assistants.

local only
MCP Code Review Server
by goodjobwilliam

Code review as an MCP server — structured reviews with OWASP security scanning.

122 installs/wk local only

Solana Security Standard — questions

Answers built from our own checks of this server.

Why is there no uptime for Solana Security Standard?
Solana Security Standard runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @jelleo/solana-security-mcp was installed 70 times last week.
How do I connect Solana Security Standard?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @jelleo/solana-security-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Solana Security Standard?
The npm package @jelleo/solana-security-mcp was installed 70 times in the last week. Week over week that is +62%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Solana Security Standard open source?
Yes — it is published under the MIT licence, written in JavaScript and 37 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.