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 who work with ai memory, recall and vector search and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-09-05 · ★ 6 · #105 OF 304 MAINTAINED MEMORY · VERIFIED 2026-09-18
MIT · TypeScript servers · how we verify → /methodology
01 · Install MemoFS MCP Server
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-09-18
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
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 #105 of 304 actively-maintained memory servers as of 2026-09-18.
- 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-09-18, its last commit was 2026-09-05. We re-verify nightly.
How do I install MemoFS MCP Server?
Run `npx -y @memofs/mcp-server`. You can also paste the ready-made client config above.
Does MemoFS MCP Server require authentication?
Yes - when we probed the endpoint on 2026-09-18, 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 - 162 languages, sub-ms queries, 99% fewer tokens. ★ 43,715 · 2026-09-18
- Superlog Open-source agent that observes and fixes your application. Query logs, traces, metrics, incidents. ★ 1,449 · 2026-09-17
- Tradememory Protocol Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents. ★ 1,419 · 2026-09-14
- Persome Local-first personal memory and model server for trusted MCP agents on macOS. ★ 1,322 · 2026-08-21
- Neo4j Memory MCP Neo4j Knowledge Graph Memory Server ★ 984 · 2026-09-09
- Projectmem Coding agent memory - one local MCP server for every project. Warns before repeating failed fixes. ★ 826 · 2026-09-15
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