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": "C:\\Users\\j.spoerer\\code\\scraping\\mcp_browser_use\\.venv\\Scripts\\python.exe",
"args": [
"-m",
"mcp_browser_use"
],
"env": {
"BETA_PROFILE_NAME": "MCP_Profile",
"BETA_EXECUTABLE_PATH": "C:\\Program Files\\Google\\Chrome Beta\\Application\\chrome.exe",
"BETA_PROFILE_USER_DATA_DIR": "C:\\Users\\j.spoerer\\AppData\\Local\\Google\\Chrome Beta\\User Data",
"CHROME_REMOTE_DEBUG_PORT": "9225",
"MCP_HEADLESS": "0",
"MCP_ENABLE_EXTENSIONS": "1"
}
}
}
}