MemoFS MCP Server
Open-source, file-first memory runtime for AI agents. File-first memory runtime for AI agents. Store, recall, and synchronize memory using plain files on disk - local-first by default, with optional cloud sync.
People connecting memory tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-08-20 · ★ 5 · #62 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25
MIT · TypeScript servers · how we verify → /methodology
01 · Install MemoFS MCP Server
before you install - you'll need
The README does not document required environment variables for a basic install.
Claude Code
claude mcp add memo-fs-memofs --transport http https://memofs.dev/api/v1/projects/{projectId}/mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"memo-fs-memofs": {
"url": "https://memofs.dev/api/v1/projects/{projectId}/mcp"
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
https://memofs.dev/api/v1/projects/{projectId}/mcp
transport: streamable-http
endpoint alive - authentication required · probed 2026-08-25
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to memofs.dev
endpoint auth requires authentication - rejected our unauthenticated MCP initialize
repo age created 2026-07-12 - young repo, little track record yet
license MIT - declared in the repository
npm package @memofs/mcp-server - the @memofs scope differs from the repo owner (memo-fs); confirm it's the project's official package
registry vendor namespace dev.memofs - domain-verified with the official MCP registry
03 · Who maintains MemoFS MCP Server
MemoFS MCP Server is maintained by memo-fs. It's the only MCP server we track from this author; the repo dates to Jul 2026.
04 · Facts
- repository
- github.com/memo-fs/memofs
- website
- https://memofs.dev/
- category
- memory - ranked #62 of 259 actively-maintained memory servers as of 2026-08-25.
- registry
- dev.memofs/mcp-server (active, first published 2026-08-17)
- packages
- npm:@memofs/mcp-server
05 · MemoFS MCP Server FAQ
What is MemoFS MCP Server?
Open-source, file-first memory runtime for AI agents. File-first memory runtime for AI agents. Store, recall, and synchronize memory using plain files on disk - local-first by default, with optional cloud sync.
Is MemoFS MCP Server still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-20. We re-verify nightly.
How do I install MemoFS MCP Server?
Run `npx -y @memofs/mcp-server`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.
Does MemoFS MCP Server require authentication?
Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.
06 · Alternatives to MemoFS MCP Server
Alternatives to MemoFS MCP Server
Maintained memory servers if MemoFS MCP Server isn't the fit.
- Codebase Memory Codebase knowledge graph for AI agents - 159 languages, sub-ms queries, 99% fewer tokens. ★ 40,198 · 2026-08-23
- Tradememory Protocol MCP memory for AI trading agents. Store trades, recall similar setups, track strategy performance. ★ 1,412 · 2026-08-11
- Superlog Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents. ★ 1,394 · 2026-08-23
- Persome Local-first personal memory and model server for trusted MCP agents on macOS. ★ 1,314 · 2026-08-21
- Neo4j Memory MCP Neo4j Knowledge Graph Memory Server ★ 979 · 2026-04-10
- Projectmem Local-first memory + judgment layer for AI coding agents - warns before repeating failed fixes. ★ 750 · 2026-08-06
Pairs well with
Servers that cover what MemoFS MCP Server doesn't - only shown when the pairing reason fits the companion.
More memory MCP servers · Memori MCP · Memoweft · Memphora · N Memory · Hot Memory MCP
More TypeScript MCP servers · Pipepost · Meta MCP · Avalanche · Metrillm · see all