We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/litmusautomation/litmus-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"command": "python3 /path/to/server.py",
"args": [],
"env": {
"EDGE_URL": "https://<le_ip>",
"EDGE_API_CLIENT_ID": "",
"EDGE_API_CLIENT_SECRET": "",
"NATS_PORT": "4222",
"NATS_USER": "litmus-mcp-server",
"NATS_PASSWORD": ""
}
}