Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANTHROPIC_API_KEY | Yes | Anthropic API key for semantic analysis | |
| AGENTBROWSER_STEALTH | No | Enable anti-bot detection bypass | true |
| AGENTBROWSER_HEADLESS | No | Run browser headlessly | true |
| AGENTBROWSER_MCP_PORT | No | MCP server port | 3100 |
| AGENTBROWSER_MEMORY_DB_PATH | No | SQLite database path | ~/.agentbrowser/memory.db |
| AGENTBROWSER_SEMANTIC_MAX_TOKENS | No | Max tokens for page analysis | 2048 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |