EverOS Codex
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EVEROS_APP_ID | No | The application ID for EverOS | codex |
| EVEROS_USER_ID | No | The user ID for EverOS | your-user-id |
| EVEROS_AGENT_ID | No | The agent ID for EverOS | codex |
| EVEROS_BASE_URL | No | The base URL of the EverOS instance | http://127.0.0.1:8000 |
| EVEROS_USER_NAME | No | The user name for EverOS | Your Name |
| EVEROS_AGENT_NAME | No | The agent name for EverOS | Codex |
| EVEROS_TIMEOUT_MS | No | Timeout in milliseconds for EverOS requests | 60000 |
| EVEROS_DEFAULT_PROJECT_ID | No | Default project ID; if empty, inferred from repo root name |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| memory_searchA | Search local EverOS memory for prior coding context. Use for historical fixes, past decisions, or project conventions. |
| memory_getA | List local EverOS memory deterministically. Best for read-your-write checks, recent memory browsing, or session_id-based verification. |
| memory_save_turnA | Save a high-value task summary into local EverOS. Use only for distilled outcomes, not whole chats. |
| memory_flushC | Manually flush one EverOS session to force extraction. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| EverOS MCP Defaults | Current EverOS MCP defaults such as base_url, app_id, project_id, agent_id, and user_id. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/gix9303/EverOS-Codex'
If you have feedback or need assistance with the MCP directory API, please join our Discord server