EverOS Codex
Enables Codex to use a local EverOS instance as long-term memory through MCP. Supports memory operations like search, get, save, and flush with automatic project ID inference.
README
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_idinference memory_search,memory_get,memory_save_turn,memory_flush- a 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:8000 - Codex connects through MCP over stdio
- memory stays local-first
Install
Verify EverOS is running:
curl http://127.0.0.1:8000/health
Install the bundled Codex skill:
npx -y everos-codex install-skill
Add 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 smoke
CLI
everos-codex start
everos-codex doctor
everos-codex smoke
everos-codex smoke-e2e
everos-codex install-skill
How 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_get - avoid 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.