autopilot-mcp
by TylerFlar
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HEADLESS | No | Set "false" to show the browser window for debugging. | true |
| BROWSER_TIMEOUT | No | Per-page navigation/action timeout, in ms. | 30000 |
| TASQUE_LOG_JSON | No | "true" for JSON logs; otherwise human-readable console output. | false |
| TASQUE_LOG_LEVEL | No | Root log level for all autopilot.* loggers. | INFO |
| BITWARDENCLI_APPDATA_DIR | No | Override the Bitwarden CLI data directory (standard bw variable). | |
| AUTOPILOT_FILE_SERVER_HOST | No | Bind interface for the local file server. | 127.0.0.1 |
| AUTOPILOT_FILE_SERVER_PORT | No | Bind port for the local file server (0 = ephemeral). | 0 |
| AUTOPILOT_BW_TIMEOUT_SECONDS | No | Timeout for a single bw CLI invocation. | 45 |
| AUTOPILOT_TOOL_TIMEOUT_SECONDS | No | Wall-clock cap on a single tool call. | 60 |
| AUTOPILOT_PLAYBOOK_TIMEOUT_SECONDS | No | Wall-clock cap on a run_playbook call. | 300 |
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/TylerFlar/autopilot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server