AMOCA Solana MCP Server

by manolaz
Verified
{ "mcpServers": { "agent-kit": { "command": "node", "env" : { "OPENAI_API_KEY": "optional_openai_api_key_here", "HELIUS_API_KEY": "your_helius_api_key_here", "RPC_URL": "https://mainnet.helius-rpc.com/?api-key=${HELIUS_API_KEY}", "SOLANA_PRIVATE_KEY": "your_private_key_here" }, "args": [ "/build/index.js" ] } } }