Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Ctxfile
Ctxfile logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 4:02:24 PM

Ctxfile

User RatingsBe the first to rate and review this MCP server!
View Repository4 GitHub StarsTotal stargazers on GitHub for the source repository (4 stars).Visit Website
developer-toolsmcpcontext-managementlocal-first

Snapshots local project state into a structured context object that agents can save, resume, and share.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ctxfile-ctxfile": {
      "command": "npx",
      "args": [
        "-y",
        "ctxfile"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

The ctxfile/ctxfile MCP server snapshots project files, Git state, plans, and decisions into a structured context object. Agents retrieve that context through MCP with `get_context`, save conversation state with `save_session`, and resume work through `continue_thread`. It runs locally and read-only by default, with no network calls unless optional connectors are configured. Reach for it when work moves between Claude Code, Cursor, or other MCP clients and agents need consistent project context.

Use cases

•Share project context between terminal and editor agents
•Resume an interrupted coding session in another MCP client
•Create structured handoff packages for ongoing work
•Export repository context for hosted agents or CI
•Review snapshots and Git state in a local dashboard

Key features

•Structured project snapshots
•Session saving and thread handoffs
•Schema-enforced context ingestion
•Static context export
•Local dashboard
•Optional encrypted Sync

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Ctxfile.

Extracted Tool Capabilities
Structured project snapshots
Session saving and thread handoffs
Schema-enforced context ingestion
Static context export
Local dashboard
Optional encrypted Sync

How Ctxfile works

What the ctxfile/ctxfile MCP server does

The ctxfile/ctxfile MCP server packages a project's working state into a context object that another MCP-compatible agent can load. Its snapshot can include plan documents, selected project files constrained by a token budget, Git state, and optional Notion or local-language-model information. The default workflow is local: project data stays on the machine, and the core server does not modify the repository or Git state.

It also preserves conversational handoffs. save_session records an agent-written summary, while continue_thread combines that history with later context and labels its provenance. Threads provide durable names for work such as a campaign or feature, and a handoff can require a complete package containing state, decisions and rationale, open items, and gotchas.

How it works

An MCP client starts the server over stdio. The agent can then request get_context to receive one structured snapshot, or use the session and thread operations to save and retrieve work across agents. ingest_context provides a schema-checked input path for clients that do not have a native parser; the prompt acts as the format adapter.

The server can also create an exported, static artifact with ctxfile export. That artifact is intended for hosted coding agents, CI, or other environments that cannot access the local project. The .ctxfile format is documented as an open convention.

For local inspection, ctxfile ui starts a dashboard on 127.0.0.1. Optional Sync uses an end-to-end encrypted vault through a relay that can be self-hosted. The README describes Argon2id key derivation and XChaCha20-Poly1305 encryption for stored blobs.

Setup and configuration

Install the ctxfile/ctxfile MCP server in a client using npx -y ctxfile. Node.js 20 or newer is required, with Node.js 22 or newer on Windows. Claude Code can register it with claude mcp add ctxfile -- npx -y ctxfile; Cursor can use the equivalent stdio entry in .cursor/mcp.json or the global configuration. Other standard MCP clients can run the same command.

Claude Desktop users on Apple Silicon can install the provided macOS .mcpb bundle. Windows and Intel Mac users should configure the stdio server in claude_desktop_config.json instead. Running ctxfile init adds agent instructions for automatic checkpoints, including a Cursor rule and managed instruction blocks for supported agent harnesses.

Tools and capabilities

  • Snapshot files, plans, Git state, and selected context with get_context.
  • Save summaries and resume work with save_session and continue_thread.
  • Maintain named threads and structured takeover packages.
  • Ingest context through a schema-enforced MCP operation.
  • Export repo-safe context for agents without local filesystem access.
  • Browse snapshots and Git information through the local dashboard.

Limitations and notes

The default implementation is read-only over the project and makes no network calls. Secret-like values are redacted before snapshots are created, while .env files, key files, and credential files are not read. Notion, local Ollama summarization, and Sync require explicit configuration and are exceptions to the local-only default.

The ctxfile/ctxfile MCP server does not automatically make every external chat client local-aware. Web chat workflows use the optional Sync connector or an exported context envelope pasted into the chat. The repository is Apache-2.0, while the separate Pro add-on is closed and adds additional connectors and features.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    ā˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP →
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • Context7 logoContext7

    Up-to-date code documentation for LLMs and AI code editors.

    🧠 Knowledge & Memory7 views
    Compare vs Context7 →
  • Prism MCP logoPrism MCP

    Zero-config persistent memory for AI agents with local SQLite. Mind Palace web dashboard, time travel (rewind/replay sessions), agent telepathy (cross-client memory sharing), code mode templates, morning briefings, and progressive context loading. 25 tools, 6 resources, 4 prompts.

    🧠 Knowledge & Memory3 views
    Compare vs Prism MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
4
Stargazers on the source repository.
npm downloads
861
Package downloads in the last 30 days.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Ctxfile

Run `npx -y ctxfile` through your MCP client's stdio configuration. Node.js 20 or newer is required, or Node.js 22 or newer on Windows.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCtxfile AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ctxfile-ctxfile?style=directory)](https://allmcps.com/mcp/ctxfile-ctxfile)
HTML Embed
<a href="https://allmcps.com/mcp/ctxfile-ctxfile"><img src="https://allmcps.com/api/badge/ctxfile-ctxfile?style=directory" alt="Ctxfile on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseApache-2.0
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
11/11 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars4
GitHub Star CountTotal stargazers on GitHub representing community popularity (4 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 8, 2026
npm downloads861/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
56Quality signal: Good Ā· 56/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity7/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev Ā· ctxfile (npm)

ā˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory →Best MCP servers for Memory & Knowledge →Alternatives to Ctxfile →Install in Claude DesktopInstall in CursorInstall in VS Code