We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cristianpalomino/solvent-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Solvent MCP Server Environment Variables
# Copy this file to .env and fill in your values
# Required: Your Solvent API authentication token
SOLVENT_TOKEN=your_token_here
# Optional: Solvent API URL
SOLVENT_API_URL=https://solvent-webapp.vercel.app
# Optional: Node environment (development, production)
NODE_ENV=development