📡 MCP Radar

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.

5 stars
0 forks
TypeScript
momentum ▲ 10.0
created 2026-07-25
on radar since 2026-07-27
star trend 3 → 5 since 2026-07-27
agentsai-agentsai-toolsastclaudeclaude-codecodexcontextcontext-managementllmmcpmemory-managementmodel-context-protocolopencodeoptimizationorventoken
View on GitHub ↗Homepage ↗

About orven

Orven is an MCP-compatible virtual context and memory system. It gives AI assistants a structured, paged view of a project so they can navigate and reason about large codebases without exhausting the context window.

Orven implements the Model Context Protocol and nothing else. Any editor, assistant, or agent that speaks MCP can connect to it, and Orven neither knows nor depends on which client is calling.

A full session: indexing a project with init, reading the dashboard with status, reclaiming working context with reset, and restoring the project with remove.

An assistant working in a real repository has two bad options. It can read whole files, which fills the context window with code it does not need, or it can guess from filenames, which produces wrong answers. Both degrade as the project grows.

Orven applies the memory model an operating system already uses for this problem. The project is parsed once into an index of symbol signatures. The assistant reads that index to orient itself, then requests the specific function or type it needs. Bodies are loaded on demand, tracked while in use, and released when they are not. Verbose material such as logs and diffs is written to disk and replaced in context by a short pointer.

On Orven's own source, a full-source read of roughly 50,000 tokens becomes an index of roughly 4,700, about 90 percent smaller, while every symbol remains one call away. Run npm run bench to measure any project.

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/naseridev--orven.html)

Related MCP servers

nisargpatel1906/Aethos_Memory

Universal, cross-tool persistent memory bank for AI assistants (Claude Code, Cursor, Windsurf, OpenCode, Codex) powered by FastMCP, Gemini embeddings & Supabase pgvector.

⭐ 5TypeScript
risa-labs-inc/BossConsole

Open-source, multi-platform harness for AI agents — a native, multi-threaded operator's console (JVM, not Electron) to run Claude Code, Codex, Gemini or OpenCode with a real browser, terminal, editor,

⭐ 199Kotlin
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
luckeyfaraday/frontier-orchestrator

Multi-agent orchestration for Claude Code: MCP server + skill that keeps Claude as lead engineer while delegating backend work to OpenAI Codex and frontend/design work to Kimi

⭐ 6TypeScript
replenhq/replen

Smarter AI Development Workflows

⭐ 5TypeScript
ZoeLinUTS/MagicTeX-mcp

MagicTeX — a LaTeX editor for AI agents (Claude Code): live PDF preview, PDF comments that drive edits, Visual (WYSIWYG) mode, and git-tracked history. No local TeX install.

⭐ 3TypeScript

📬 Get the weekly radar in your inbox

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