MemoFS MCP Server
Rank #8,113dev.memofs/mcp-server
Persistent memory and virtual filesystem MCP server for AI agents.
MemoFS MCP Server is a Model Context Protocol (MCP) server published by memo-fs. It ranks #8,113 of 132,046 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. MemoFS MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 1, 2026 and most recently updated on Aug 17, 2026.
Ranks ahead of 123,933 of 132,046 servers on MCP Toplist.
Use MemoFS MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http memofs https://memofs.dev/api/v1/projects/%7BprojectId%7D/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add memofs -e "MEMOFS_API_KEY=<your MEMOFS_API_KEY>" -e "MEMOFS_RUNTIME=<your MEMOFS_RUNTIME>" -- npx -y @memofs/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.memofs]
url = "https://memofs.dev/api/v1/projects/%7BprojectId%7D/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.memofs]
command = "npx"
args = ["-y", "@memofs/mcp-server"]
[mcp_servers.memofs.env]
MEMOFS_API_KEY = "<your MEMOFS_API_KEY>"
MEMOFS_RUNTIME = "<your MEMOFS_RUNTIME>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://memofs.dev/api/v1/projects/%7BprojectId%7D/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"memofs": {
"command": "npx",
"args": [
"-y",
"@memofs/mcp-server"
],
"env": {
"MEMOFS_API_KEY": "<your MEMOFS_API_KEY>",
"MEMOFS_RUNTIME": "<your MEMOFS_RUNTIME>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memofs": {
"url": "https://memofs.dev/api/v1/projects/%7BprojectId%7D/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"memofs": {
"command": "npx",
"args": [
"-y",
"@memofs/mcp-server"
],
"env": {
"MEMOFS_API_KEY": "<your MEMOFS_API_KEY>",
"MEMOFS_RUNTIME": "<your MEMOFS_RUNTIME>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"memofs": {
"type": "http",
"url": "https://memofs.dev/api/v1/projects/%7BprojectId%7D/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"memofs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@memofs/mcp-server"
],
"env": {
"MEMOFS_API_KEY": "<your MEMOFS_API_KEY>",
"MEMOFS_RUNTIME": "<your MEMOFS_RUNTIME>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memofs": {
"serverUrl": "https://memofs.dev/api/v1/projects/%7BprojectId%7D/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"memofs": {
"command": "npx",
"args": [
"-y",
"@memofs/mcp-server"
],
"env": {
"MEMOFS_API_KEY": "<your MEMOFS_API_KEY>",
"MEMOFS_RUNTIME": "<your MEMOFS_RUNTIME>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memofs": {
"url": "https://memofs.dev/api/v1/projects/%7BprojectId%7D/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"memofs": {
"command": "npx",
"args": [
"-y",
"@memofs/mcp-server"
],
"env": {
"MEMOFS_API_KEY": "<your MEMOFS_API_KEY>",
"MEMOFS_RUNTIME": "<your MEMOFS_RUNTIME>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.memofs%2Fmcp-server)<a href="https://mcptoplist.com/server/dev.memofs%2Fmcp-server"><img src="https://mcptoplist.com/badge/dev.memofs%2Fmcp-server.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
memo-fs
Available versions (1)
| Version | Published |
|---|---|
| 1.3.0-beta.3 | Aug 17, 2026 |
Frequently asked questions
- Who maintains MemoFS MCP Server?
- MemoFS MCP Server is maintained by memo-fs, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is MemoFS MCP Server listed on the Official MCP Registry?
- Yes — MemoFS MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does MemoFS MCP Server have?
- MCP Toplist tracks 1 version of MemoFS MCP Server, most recently published on Aug 17, 2026.
- Where can I find the source code for MemoFS MCP Server?
- The source code for MemoFS MCP Server is hosted at github.com/memo-fs/memofs.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.