Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
Runs locally to analyze Solana smart contracts and token metadata for security best practices, validating against the Solana Security Standard. No API key required.
npx claudepluginhub copenhagen0x/solana-security-standard --plugin solana-security-standardCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"solana-security-standard": {
"command": "npx",
"args": [
"-y",
"@jelleo/solana-security-mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.