mcpbeat Sign in

Tilde MCP Server

by topskychen Your server? Claim it
local only

Tilde runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 10 Jan 2026.

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

Installs per day peak 21 · avg 6 · +0% w/w
a month agotoday
41
Installs / week
npm · tilde-ai
4
Stars
0 open issues
10 Jan 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/tilde.js:1
этот файл ставится пользователю, но в репозитории его нет
        const check = spawn(command, args, {
    subprocess.run([editor, str(storage.path)])

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tilde -- npx -y tilde-ai
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tilde": {
      "args": [
        "-y",
        "tilde-ai"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tilde]
command = "npx"
args = ["-y", "tilde-ai"]
.cursor/mcp.json
{
  "mcpServers": {
    "tilde": {
      "args": [
        "-y",
        "tilde-ai"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tilde": {
      "args": [
        "-y",
        "tilde-ai"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Tilde

same job, measured the same way
Manoma
by paperdavid

MCP server for soul.md — your portable AI identity layer across every LLM.

58 installs/wk local only
Google Health Fitbit MCP
by berkkilicoglu

Privacy-first Google Health API MCP server for health, sleep, activity and HR agents

122 installs/wk local only
Ouramcp
by davidmosiah

Privacy-first, unofficial Oura MCP server for AI health, sleep, activity and heart-rate agents.

396 installs/wk local only
Fitbitmcp
by davidmosiah

Privacy-first, unofficial Fitbit MCP server for AI health, sleep, activity and heart-rate agents.

110 installs/wk local only
Google Health MCP
by davidmosiah

Privacy-first unofficial Google Health API v4 MCP server for health, sleep, activity, HR agents

396 installs/wk local only
Whoop MCP
by davidmosiah

Privacy-first, unofficial WHOOP MCP server for AI health, sleep, recovery, and performance agents.

307 installs/wk local only
Withingsmcp
by davidmosiah

Privacy-first, unofficial Withings MCP server for AI health, sleep, activity and heart-rate agents.

140 installs/wk local only
Memstack
by isiomac

MCP server for persistent, searchable memory for AI agents.

39 installs/wk local only

Tilde — questions

Answers built from our own checks of this server.

Why is there no uptime for Tilde?
Tilde runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package tilde-ai was installed 41 times last week.
How do I connect Tilde?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tilde-ai straight from npm; nothing to host, nothing to sign up for.
How many people use Tilde?
The npm package tilde-ai was installed 41 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tilde open source?
We cannot say either way: written in Python and 4 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.