agent-eyes
by henry0hai
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_MODEL | No | Ollama model name, default gemma4:e4b-it-q4_K_M. | |
| AGENT_EYE_MODEL | No | Content-budget model for browser_get_content (deep-seek, llama2, default). | |
| OLLAMA_BASE_URL | No | Base URL for Ollama, default http://localhost:11434. | |
| AGENT_EYE_HEADLESS | No | Run browser in headless mode (true/false). | |
| AGENT_EYE_MAX_CHARS | No | Maximum characters for content extraction, default 50000. | |
| AGENT_EYE_PROFILE_ROOT | No | Root directory for browser profiles, default ~/.agent-eye/profiles. | |
| AGENT_EYE_NAV_TIMEOUT_MS | No | Navigation timeout in milliseconds, default 30000. | |
| AGENT_EYE_SKILL_STALE_FOCUSED_CHARS | No | Refresh skill if cached focused content is too small, default 400. | |
| AGENT_EYE_SKILL_STALE_SELECTOR_MATCHES | No | Refresh skill if cached selectors barely match DOM, default 1. | |
| AGENT_EYE_SKILL_STALE_FAILURE_THRESHOLD | No | Refresh skill after repeated selector failures, default 2. |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/henry0hai/agent-eyes'
If you have feedback or need assistance with the MCP directory API, please join our Discord server