Odel
tilde

tilde

Local
@topskychen4PythonUpdated 8mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtilde-aiv0.1.1

Run

npx -y tilde-ai

MCP client config

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