Skip to main content
SecurityRust

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.

securitylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/Adeptus-Innovatio/solvitor-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "solvitor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "adeptus-innovatio/solvitor-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
Rust
Author
Adeptus-Innovatio