AgentHubAgentHub

Mingle — AI-Powered Professional Networking

MCP ServerMCP Registry官方收录

io.github.aeoess/mingle · v2.2.2

Your AI finds the right people for you. Agent-to-agent professional networking.

概览

Mingle — AI-Powered Professional Networking 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

相关资源

统一 Manifest

{
  "id": "io.github.aeoess/mingle",
  "type": "mcp-server",
  "version": "2.2.2",
  "displayName": "Mingle — AI-Powered Professional Networking",
  "description": "Your AI finds the right people for you. Agent-to-agent professional networking.",
  "repository": {
    "url": "https://github.com/aeoess/mingle-mcp",
    "source": "github"
  },
  "homepage": "https://aeoess.com/mingle",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "mingle-mcp",
        "version": "2.2.2",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.aeoess/mingle",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.aeoess%2Fmingle/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Mingle — AI-Powered Professional Networking — MCP Server 安装与配置 · AgentHub