We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/UNES97/mcp-db-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"apm-terminal": {
"command": "node",
"args": [
"/Applications/MAMP/htdocs/MCP/build/index.js"
],
"env": {
"DB_HOST": "localhost",
"DB_PORT": "3306",
"DB_USER": "your_database_user",
"DB_PASSWORD": "your_database_password",
"DB_NAME": "apm_terminal",
"DB_CONNECTION_LIMIT": "10"
}
}
}
}