> ## Documentation Index
> Fetch the complete documentation index at: https://docs.memloom.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Cursor

> Connect Cursor to memloom

Create or edit `.cursor/mcp.json` in your project (or `~/.cursor/mcp.json` to enable
memloom in every project):

```json theme={null}
{
  "mcpServers": {
    "memloom": {
      "command": "npx",
      "args": ["-y", "@memloom/mcp"]
    }
  }
}
```

You can also add it from the UI: Cursor Settings, then MCP, then Add new MCP server.

Cursor shows memloom under Settings, MCP, with a green dot when the server is running. The
agent uses the tools automatically; then follow
[Verify it works](/mcp/setup#verify-it-works).
