We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/janspoerer/mcp_browser_use'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"mcp_browser_use": {
"type": "stdio",
"command": "/Users/janspoerer/code/agents/mcp_browser_use/.venv/bin/python",
"args": [
"-m",
"mcp_browser_use"
],
"env": {}
}
}
}