Skip to content
Cursor

MemoFS MCP Server for Cursor

dev.memofs/mcp-server

Persistent memory and virtual filesystem MCP server for AI agents.

client:Cursor transport:streamable-http runtime:npm

Install MemoFS MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://memofs.dev/api/v1/projects/{projectId}/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MemoFS MCP Server in other clients