We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tontoko/fast-playwright-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"mcpServers": {
"playwright-original": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@tontoko/fast-playwright-mcp@latest", "--isolated"],
"env": {}
},
"fast-playwright": {
"type": "stdio",
"command": "node",
"args": ["cli.js", "--isolated"],
"env": {}
},
"serena": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"git+https://github.com/oraios/serena",
"serena",
"start-mcp-server",
"--context",
"ide-assistant",
"--enable-web-dashboard",
"False"
],
"env": {}
},
"ultracite": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://www.ultracite.ai/api/mcp/mcp"]
}
}
}