Loading subscription status...
{
"mcpServers": [
{
"agentipy": {
"env": {
"RPC_URL": "your_solana_rpc_url_here",
"ALLORA_API_KEY": "your_allora_api_key",
"OPENAI_API_KEY": "your_openai_api_key",
"SOLANA_PRIVATE_KEY": "your_private_key_here",
"COINGECKO_PRO_API_KEY": "your_coingecko_api_key"
},
"command": "/path/to/your/run_mcp.sh"
}
}
]
}