Submit

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.
Overview

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.

Server Config

{
  "mcpServers": {
    "ctxnest": {
      "command": "npx",
      "args": [
        "-y",
        "ctxnest-mcp"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.