mcpbeat Sign in

COTI Private Messaging MCP Server

local only

COTI Private Messaging runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from npm. Last commit 29 Jun 2026.

Private encrypted agent messaging, hidden state exchange, delegation, and private inbox workflows.

Installs per day peak 57 · avg 11 · +187% w/w
a month agotoday
64
Installs / week
npm · @coti-io/coti-sdk-private-messaging
0
Stars
0 open issues
29 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check COTI Private Messaging every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: PRIVATE_KEY (Private key for the agent wallet that sends, reads, and claims private messaging activity.), AES_KEY (COTI AES key for encrypting and decrypting private message bodies.), COTI_NETWORK (Optional network selector. Defaults to mainnet; use testnet only for intentional testing.), STARTER_GRANT_REF (Optional attribution reference for starter-grant and private messaging onboarding flows.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to COTI Private Messaging

same job, measured the same way
Voice Logica
by voicelogica

Manage Voice Logica agents, calls, phones, workflows, messaging, and integrations.

answering
Front MCP
by wearehoust

MCP server for Front: conversations, contacts, messages, tags, and inbox workflows.

66 installs/wk local only
AggREIgator Pro
by aggreigator

Manage AggREIgator buy-boxes and compliant real-estate deal workflows

answering
hilos workspace
by hilos

Operate hilos project rooms, Docs, Tasks, messages, memory, and coding-agent review workflows.

answering
Koda
by aabxtract

Verification and memory layer for coding-agent workflows.

48 installs/wk local only
Ipfs Toolkit
by tkllabs-bh-mcp-servers

Store, retrieve, and pin encrypted files on IPFS via MCP tools for AI agents and workflows

answering
Moira
by moira-mcp

Agent Workflow Engine — multi-step MCP workflows with per-step directives and validation.

local only
Task Graph MCP
by oortonaut

MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination

local only

COTI Private Messaging — questions

Answers built from our own checks of this server.

Why is there no uptime for COTI Private Messaging?
COTI Private Messaging 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 @coti-io/coti-sdk-private-messaging was installed 64 times last week.
How do I connect COTI Private Messaging?
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 @coti-io/coti-sdk-private-messaging straight from npm; nothing to host, nothing to sign up for.
How many people use COTI Private Messaging?
The npm package @coti-io/coti-sdk-private-messaging was installed 64 times in the last week. Week over week that is +187%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is COTI Private Messaging open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.