EverOS Codex
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@EverOS Codexsearch memories about API design decisions"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
EverOS Codex
Use a local EverOS instance as long-term memory for Codex through MCP.
everos-codex provides:
an MCP bridge for local EverOS
repo-scoped default
project_idinferencememory_search,memory_get,memory_save_turn,memory_flusha bundled Codex skill:
everos-local-memory
Why
This project keeps EverOS in its native local shape:
EverOS stays a local HTTP service, usually
http://127.0.0.1:8000Codex connects through MCP over stdio
memory stays local-first
Related MCP server: Locus
Install
Verify EverOS is running:
curl http://127.0.0.1:8000/healthInstall the bundled Codex skill:
npx -y everos-codex install-skillAdd this MCP config to ~/.codex/config.toml:
[mcp_servers.everos]
command = "npx"
args = ["-y", "everos-codex"]
[mcp_servers.everos.env]
EVEROS_BASE_URL = "http://127.0.0.1:8000"
EVEROS_APP_ID = "codex"
EVEROS_DEFAULT_PROJECT_ID = ""
EVEROS_AGENT_ID = "codex"
EVEROS_AGENT_NAME = "Codex"
EVEROS_USER_ID = "your-user-id"
EVEROS_USER_NAME = "Your Name"
EVEROS_TIMEOUT_MS = "60000"Restart Codex or open a fresh thread.
Quick checks
npx -y everos-codex doctor
npx -y everos-codex smokeCLI
everos-codex start
everos-codex doctor
everos-codex smoke
everos-codex smoke-e2e
everos-codex install-skillHow project IDs work
If project_id is omitted and EVEROS_DEFAULT_PROJECT_ID is empty, everos-codex infers it from the current repo root name.
Examples:
water->project_id=waterstore-ops-suite->project_id=store-ops-suiteEverOS-Codex->project_id=everos-codex
Explicit project_id still wins.
Bundled skill
This repo bundles skills/everos-local-memory.
Its job is simple:
search before repeating work
save only high-value summaries
verify new memory with
memory_getavoid dumping whole conversations into memory
Acknowledgement
This project is built on top of the open-source EverMind-AI/EverOS project.
Thanks to the EverOS maintainers and contributors for making a local-first memory system available to the community.
License
Apache-2.0
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/gix9303/EverOS-Codex'
If you have feedback or need assistance with the MCP directory API, please join our Discord server