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).
Run
npx -y tilde-ai
MCP client config
{
"mcpServers": {
"tilde": {
"command": "npx",
"args": [
"-y",
"tilde-ai"
]
}
}
}