A remote-hosted and fully-controllable browser for your AI agent.
Server Config
{
"mcpServers": {
"anchor-browser": {
"command": "node",
"args": [
"/path/to/mcp/cli.js"
],
"env": {
"ANCHOR_API_KEY": "sk-your-api-key-here"
}
}
}
}