Skip to main content
Glama
gix9303
by gix9303

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EVEROS_APP_IDNoThe application ID for EverOScodex
EVEROS_USER_IDNoThe user ID for EverOSyour-user-id
EVEROS_AGENT_IDNoThe agent ID for EverOScodex
EVEROS_BASE_URLNoThe base URL of the EverOS instancehttp://127.0.0.1:8000
EVEROS_USER_NAMENoThe user name for EverOSYour Name
EVEROS_AGENT_NAMENoThe agent name for EverOSCodex
EVEROS_TIMEOUT_MSNoTimeout in milliseconds for EverOS requests60000
EVEROS_DEFAULT_PROJECT_IDNoDefault project ID; if empty, inferred from repo root name

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
EverOS MCP DefaultsCurrent EverOS MCP defaults such as base_url, app_id, project_id, agent_id, and user_id.

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/gix9303/EverOS-Codex'

If you have feedback or need assistance with the MCP directory API, please join our Discord server