Skip to content
Cursor

tilde for Cursor

io.github.topskychen/tilde

Your AI agents' home directory — privacy-first MCP server for portable AI identity.

client:Cursor transport:stdio runtime:npm

Install tilde in Cursor

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

{
  "mcpServers": {
    "tilde": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tilde-ai"
      ]
    }
  }
}

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

tilde in other clients