adeptus-innovatio/solvitor-mcp
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.
Quick Start
Clone the repository:
git clone https://github.com/Adeptus-Innovatio/solvitor-mcpClaude Desktop configuration example:
{
"mcpServers": {
"solvitor-mcp": {
"command": "npx",
"args": [
"-y",
"adeptus-innovatio/solvitor-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.