We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kongyo2/eve-online-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# EVE Online OAuth2設定
EVE_CLIENT_ID=your_client_id_here
EVE_CLIENT_SECRET=your_client_secret_here
EVE_CALLBACK_URL=http://localhost:3000/callback
# 開発環境設定
NODE_ENV=development