Servers
Solana MCP Server
@aldrin-labs
solana mcp sever to enable solana rpc methods
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"solana": {
"command": "cargo",
"args": [
"run"
],
"cwd": "/path/to/solana-mcp-server",
"env": {
"SOLANA_RPC_URL": "https://api.mainnet-beta.solana.com"
}
}
}
}