CtxNest is the local body your AI coding agent has been missing.\ \ \ \ Brain — a markdown knowledge vault with SQLite FTS5 search, git-backed versioning, and cross-project context. Your agent reads from it directly instead of you copy-pasting docs into every chat.\ \ \ \ Hands — declare commands in a ctxnest.json, CtxNest exposes them as sandboxed MCP tools. No shell, locked working directory, clean environment, optional human approval before anything runs. The agent can only do what you declared.\ \ \ \ Eyes — stdout capture, Brain diffs, and journal_append so the agent writes what it learned back into the vault. Next session starts smarter than the last.\ \ \ \ 46 MCP tools. Works with Claude Code, Cursor, Gemini, Codex. 100% local, 0% egress. Your data never leaves your SSD.
Ctxnest MCP
MCP Server
ctxnest-mcp
Local Brain/Hands/Eyes loop for AI coding agents. Persistent markdown knowledge vault with FTS5 search, sandboxed command execution via project-defined tools, and a feedback journal that compounds every session. 46 MCP tools. 100% local, 0% egress.
工具数
快速接入
先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。
命令预览
CTXNEST_DATA_DIR={CTXNEST_DATA_DIR} npx -y ctxnest-mcp [object Object]
详细介绍
目录标签
目录标签
支持客户端
接入字段
传输方式(transport,传输协议)
stdio
鉴权方式(authType,认证方式)
session
部署方式(deploymentType,部署类型)
local-only
来源包(packageName,安装包名)
ctxnest-mcp
权限和风险
接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。
不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。
仍需确认:category
来源信息
MCP.so
mcp.so
/server/ctxnest/safiyu
Local Brain/Hands/Eyes loop for AI coding agents. Persistent markdown knowledge vault with FTS5 search, sandboxed command execution via project-defined tools, and a feedback journal that compounds every session. 46 MCP tools. 100% local, 0% egress.
Glama
glama.ai
/mcp/servers/safiyu/ctxnest
Stop wasting tokens! CtxNest is a local-first context manager that bridges your files and AI agents (Claude, Cursor, Gemini). * 41 MCP Tools: The most advanced toolset for AI history & search. * Token Efficient: Agents fetch only what they need, saving you cost. * Time Travel: Revert any file to a previous version instantly. * Web Clipping: Save any webpage as clean Markdown.
继续浏览同类 MCP
上一个 MCP
Ctx Memory
A fully local persistent memory layer for LLM coding agents (Claude Code, Codex, Gemini CLI, OpenCode). A shell wrapper intercepts tool invocations, fires hooks on every tool call, then runs a 3-layer pipeline (extract → compress to ≤500-token digest → merge into project memory doc) at session end. The next session gets prior context injected automatically.
下一个 MCP
ctxpp (Cavenine)
ctx++ 是一款为AI编程代理提供快速、准确的代码库智能分析的MCP服务器,支持多语言代码解析、符号索引和调用图追踪。