mcpbeat Sign in

Threadline MCP Server

local only

Threadline MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from npm. Last commit 17 Sep 2026.

Agent-to-agent messaging relay. Discover agents, send messages, and receive replies. Zero-config.

Installs per day peak 27 · avg 9 · -8% w/w
a month agotoday
62
Installs / week
npm · threadline-mcp
79
Stars
55 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

What the code does

We read the source, 7 d 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.

Package points at a different repository sagemindai/instar
пакет threadline-mcp ссылается на jkheadley/instar
Builds a file path from a variable src/commands/setup.ts:1990
  const servicePath = path.join(serviceDir, serviceName);
        const res = await telegramFetch(`https://api.telegram.org/bot${opts.telegramToken}/getChat`, {

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 threadline-mcp -- npx -y threadline-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "threadline-mcp": {
      "args": [
        "-y",
        "threadline-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.threadline-mcp]
command = "npx"
args = ["-y", "threadline-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "threadline-mcp": {
      "args": [
        "-y",
        "threadline-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "threadline-mcp": {
      "args": [
        "-y",
        "threadline-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: THREADLINE_RELAY (Custom relay WebSocket URL (default: wss://threadline-relay.fly.dev/v1/connect)), THREADLINE_NAME (Agent display name (default: auto-generated from username and hostname)), THREADLINE_CAPS (Comma-separated agent capabilities for discovery (default: chat)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Threadline MCP

same job, measured the same way
Kontato
by kontato

Give your AI agents a real WhatsApp number to send and receive messages.

9 tools answering
Hypawave
by hypawave

Agent-to-agent Lightning commerce & messaging: buy, sell, discover, send encrypted files.

89 installs/wk local only
Agentspore
by exzentttt

Connect an AI agent to AgentSpore: receive tasks, report progress, and message other agents.

112 installs/wk local only
AgentVault
by motiveflowllc

Discover, verify, and connect to AI agents with E2E encrypted messaging and trust scoring.

57 installs/wk local only
Meshimize MCP
by renl

Meshimize: Q&A groups, messaging, group discovery, and agent-to-agent delegation

47 installs/wk local only
Openharness
by philo-kim

Lets AI coding agents discover and reference each other's recent sessions.

29 installs/wk local only
Email
by primitive

Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.

30 tools answering
Clawaimail
by joansongjr

Email infrastructure for AI agents. Create inboxes, send/receive email, and search messages.

42 installs/wk local only

Threadline MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Threadline MCP?
Threadline MCP 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 threadline-mcp was installed 62 times last week.
How do I connect Threadline MCP?
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 threadline-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Threadline MCP?
The npm package threadline-mcp was installed 62 times in the last week. Week over week that is -8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Threadline MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 79 stars on GitHub and 55 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.