Solana Security Standard runs on your own machine — the client starts it, so there is no endpoint to ping. 82 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.
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.
claude mcp add solana-security-mcp -- npx -y @jelleo/solana-security-mcp
{
"mcpServers": {
"solana-security-mcp": {
"args": [
"-y",
"@jelleo/solana-security-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.solana-security-mcp]
command = "npx"
args = ["-y", "@jelleo/solana-security-mcp"]
{
"mcpServers": {
"solana-security-mcp": {
"args": [
"-y",
"@jelleo/solana-security-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"solana-security-mcp": {
"args": [
"-y",
"@jelleo/solana-security-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.