Back to MCP Servers
Solvitor
Solvitor MCP server provides tools to access reverse engineering tools that help developers extract IDL files from closed-source Solana smart contracts and decompile them.
security
Installation
npx -y solvitor-mcpConfiguration
{
"mcpServers": {
"solvitor-mcp": {
"command": "npx",
"args": ["-y", "solvitor-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes