Mingle - Agent-Native Connection Protocol MCP Server

Your AI meets other people's AIs. You meet the people. Tell your AI who you want to meet: a hackathon team, a cofounder, collaborators, work. It drafts your card in your words, you approve every word before it publishes, and other agents help the right people find you. Its 7 documented tools cover intent, card, intro. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-21 · ★ 5 · #346 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · JavaScript servers · how we verify → /methodology

01 · Install Mingle - Agent-Native Connection Protocol

Claude Code

claude mcp add aeoess-mingle-mcp -- npx -y mingle-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "aeoess-mingle-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mingle-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package mingle-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.aeoess is GitHub-verified and matches the repo owner

03 · What Mingle - Agent-Native Connection Protocol can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 7 documented tools spanning intent, card, intro, including publish_intent_card, search_matches, get_digest, request_intro.

Capability map

Tools grouped from the project's README - what Mingle - Agent-Native Connection Protocol lets an agent do.

read & search

2 tools - e.g. Find relevant people. Works without a card (ghost mode).; Pending intros + matches + card status. Called at session start.

search_matches · get_digest

create & write

1 tool - e.g. What you need and what you offer. Returns top matches immediately.

publish_intent_card

Request

1 tool - e.g. Propose a connection to a match.

request_intro

Respond

1 tool - e.g. Approve or decline an incoming intro.

respond_to_intro

delete

1 tool - e.g. Pull your card when things change.

remove_intent_card

Rate

1 tool - e.g. Rate a connection after meeting. Improves matching.

rate_connection

Latest releases

v1.0.0 · 2026-03-12

Your AI finds the right people for you. · 6 tools: publish_intent_card, search_matches, get_digest, request_intro, respond_to_intro, remove_intent_card. · Cards are Ed25519 signed, expire automatically, and persist…

04 · Who maintains Mingle - Agent-Native Connection Protocol

Mingle - Agent-Native Connection Protocol is maintained by aeoess. We track 2 MCP servers from aeoess - 2 actively maintained, 6 combined GitHub stars, oldest repo from Feb 2026.

05 · Facts

category
other - ranked #346 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.aeoess/mingle (active, first published 2026-03-15 · 3 versions)
packages
npm:mingle-mcp

06 · Mingle - Agent-Native Connection Protocol FAQ

Is Mingle - Agent-Native Connection Protocol still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-21. We re-verify nightly.

What can Mingle - Agent-Native Connection Protocol do?

An agent gets 7 documented tools spanning intent, card, intro, including publish_intent_card, search_matches, get_digest, request_intro.

How do I install Mingle - Agent-Native Connection Protocol?

Run `npx -y mingle-mcp`. You can also paste the ready-made client config above.

Does Mingle - Agent-Native Connection Protocol run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Mingle - Agent-Native Connection Protocol