Esquie
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ESQUIE_NOTES_FILE | No | Absolute path to a JSON file. When set, scratchpad notes persist across server restarts. | |
| ESQUIE_SANDBOX_CPUS | No | CPU core count (1–16) | 1 |
| ESQUIE_SANDBOX_PIDS | No | PID limit (8–1024) | 64 |
| ESQUIE_SANDBOX_IMAGE | No | Docker image tag the sandbox container is created from. | esquie-sandbox:latest |
| ESQUIE_SANDBOX_MOUNT | No | Absolute path to a host directory. When set, the directory is bind-mounted read-only at /mnt/host inside the sandbox container. | |
| ESQUIE_SANDBOX_MEMORY | No | Memory limit in MB (64–8192) | 512 |
| ESQUIE_SANDBOX_TIMEOUT | No | Default exec timeout in ms (1000–600000) | 30000 |
| ESQUIE_SANDBOX_IDLE_TIMEOUT | No | Auto-expiry idle timeout in ms (60000–86400000, default 30 min) | 1800000 |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/wellingtonlee/esquie'
If you have feedback or need assistance with the MCP directory API, please join our Discord server