Solana Agent Kit MCP Server

{ "mcpServers": { "agent-kit": { "command": "node", "env" : { "OPENAI_API_KEY": "optional_openai_api_key_here", "RPC_URL": "your_rpc_url_here", "SOLANA_PRIVATE_KEY": "your_private_key_here" }, "args": [ "/absolute/path/to/build/index.js" ] } } }