We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NakiriYuuzu/SwaggerMcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"swagger-mcp": {
"command": "npx",
"args": ["@yuuzu/swagger-mcp"],
"env": {
"SWAGGER_URL": "https://xxx.com/swagger.json",
"API_BASE_URL": "https://xxx.com/",
"AUTH_TYPE": "none",
"AUTH_TOKEN": "your-jwt-token-here",
"LOG_LEVEL": "info"
}
}
}
}