📡 MCP Radar

slxca/opencontext

A Model Context Protocol server for persistent project-specific AI agent context.

5 stars
1 forks
TypeScript
momentum ▲ 52.0
created 2026-08-29
on radar since 2026-08-30
agentsaiai-agentscontextmcpmcp-servermemorymodel-context-protocol
View on GitHub ↗Homepage ↗

About opencontext

OpenContext MCP gives AI agents persistent, project-local memory.

Most coding agents lose important decisions between sessions: architecture rules, naming conventions, API contracts, migration notes, and hard-won debugging context. OpenContext MCP solves that by exposing a tiny Model Context Protocol server that lets agents save and read markdown files in a local .opencontext/ directory inside each project.

The result is simple and transparent: your agent gets memory, and you keep full control because the memory is plain markdown committed or ignored however you choose.

- savecontext: save markdown context to .opencontext/.md - readcontext: read one saved topic or list all available topics - Project-specific storage based on the client's current working directory - No database, account, cloud sync, or hidden state - Works with MCP-compatible clients over stdio - Built with strict TypeScript and the official @modelcontextprotocol/sdk

You normally do not need to install OpenContext MCP manually. Configure your MCP client to run it with npx:

For local development in this repository:

Add OpenContext MCP to your OpenCode MCP configuration:

Cursor and Claude Desktop use the same MCP server configuration:

Restart your MCP client after updating the configuration.

OpenContext MCP stores files relative to the process working directory used by your MCP client:

Topics must be lowercase snakecase or kebab-case, such as architecture, api-contracts, or codingrules.

From the project README.

Maintaining this server?

Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:

[![On MCP Radar](https://mcp.liqiwa.com/badge.svg)](https://mcp.liqiwa.com/s/slxca--opencontext.html)

Related MCP servers

menot-you/n-memory

Memory your agent can trust — every answer carries its source; when it doesn't know, it says so. Hermetic, local, MCP.

⭐ 5Rust
naseridev/orven

MCP-compatible context and memory system: paged code navigation for AI assistants, plus a recorded, verified theory of what is known about the code.

⭐ 5TypeScript
xfloukiex-lab/pandaclip

One local-first MCP server for agent working state — clipboard history & snippets, TTL cache, file-organizer overlay, and a knowledge graph — plus a live desktop activity lens. 40 tools, SQLite everyw

⭐ 4TypeScript
modulastack/modula-relay

Local MCP relay for cross-model agent teams. Your Claude, Codex, and other agents talk to each other over Unix sockets. No broker, no network, no accounts.

⭐ 3TypeScript
holetexvn/memgw

Shared long-term memory for AI coding agents — one local store for Claude Code, Codex CLI, opencode and anything that speaks MCP. SQLite + FTS5, no vector DB, $1-3/month.

⭐ 4JavaScript
MaxFreedomPollard/engRAM

Automatic one-click install. Encrypted, fully offline vector memory for AI agents; takes over built-in agentic memory.

⭐ 3Python

📬 Get the weekly radar in your inbox

The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.