We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/manolaz/amoca-solana-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"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"
]
}
}
}