We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/db-nethra/mcp-youdotcom'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"task-master-ai": {
"command": "npx",
"args": [
"-y",
"task-master-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "YOUR_ANTHROPIC_API_KEY",
"PERPLEXITY_API_KEY": "YOUR_PERPLEXITY_API_KEY",
"MODEL": "claude-3-7-sonnet-20250219",
"PERPLEXITY_MODEL": "sonar-pro",
"MAX_TOKENS": "64000",
"TEMPERATURE": "0.2",
"DEFAULT_SUBTASKS": "5",
"DEFAULT_PRIORITY": "medium"
}
}
}
}