We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/billallison/brsearch-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"servers": {
"url-text-fetcher": {
"type": "stdio",
"command": "/Users/wallison/.local/bin/uv",
"args": [
"run",
"url-text-fetcher"
],
"cwd": "/Users/wallison/TechProjects/mcp-server",
"env": {
"BRAVE_API_KEY": "${BRAVE_API_KEY}"
}
}
}
}