Eos MCP
by Nairolf138
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (debug, info, warn, error). | info |
| LOG_PRETTY | No | Enable pretty printing of logs. | false |
| MCP_LOG_FILE | No | Path for MCP server log file. | logs/mcp-server.log |
| MCP_TCP_PORT | No | Enable HTTP/WS gateway on this port (e.g., 3032). | |
| OSC_TCP_PORT | No | TCP port for OSC handshake. | 3032 |
| EOS_READ_ONLY | No | Start server in read-only mode, blocking write tools. | false |
| EOS_STRICT_MODE | No | Enable strict mode to block non-official OSC addresses. | true |
| OSC_UDP_IN_PORT | No | UDP port for receiving OSC responses from console. | 8000 |
| LOG_DESTINATIONS | No | Log destinations (file, stdout, stderr, etc.). | file |
| OSC_TCP_NO_DELAY | No | Enable TCP_NODELAY for OSC TCP socket. | true |
| OSC_UDP_OUT_PORT | No | UDP port for sending OSC commands to console. | 8001 |
| EOS_AUDIT_ENABLED | No | Enable audit logging of MCP/OSC commands. | false |
| MCP_HTTP_API_KEYS | No | Comma-separated list of API keys for HTTP authentication. | |
| OSC_LOCAL_ADDRESS | No | Local interface to bind for OSC. | 0.0.0.0 |
| EOS_AUDIT_LOG_FILE | No | Path to audit log file. | logs/audit.log |
| OSC_REMOTE_ADDRESS | Yes | IP address of the Eos console or Nomad instance (required). | |
| MCP_HTTP_MCP_TOKENS | No | Comma-separated list of MCP tokens for authentication. Must be set if MCP_TCP_PORT is defined. | change-me |
| MCP_HTTP_PUBLIC_URL | No | Public URL for manifest when behind reverse proxy or tunnel. | |
| MCP_HTTP_TRUST_PROXY | No | Trust X-Forwarded-* headers from reverse proxy. | false |
| MCP_HTTP_IP_ALLOWLIST | No | Comma-separated IP addresses allowed to access HTTP gateway. | |
| OSC_TCP_KEEP_ALIVE_MS | No | TCP keep-alive interval in milliseconds. | 5000 |
| MCP_HTTP_RATE_LIMIT_MAX | No | Maximum requests per window. | 60 |
| MCP_HTTP_ALLOWED_ORIGINS | No | Comma-separated allowed CORS origins. | |
| OSC_UDP_RECV_BUFFER_SIZE | No | UDP receive buffer size in bytes. | 262144 |
| OSC_UDP_SEND_BUFFER_SIZE | No | UDP send buffer size in bytes. | 524288 |
| MCP_HTTP_RATE_LIMIT_WINDOW | No | Rate limit window in milliseconds. | 60000 |
| EOS_MCP_ALLOWED_TOOL_PROFILE | No | Allowed tool profile (e.g., read_only). |
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/Nairolf138/Eos_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server