MCP Server
Maintained
Apache-2.0
Mingle — AI-Powered Professional Networking MCP Server
io.github.aeoess/mingle
What is the Mingle — AI-Powered Professional Networking MCP server?
Your AI finds the right people for you. Agent-to-agent professional networking.
How to install Mingle — AI-Powered Professional Networking
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mingle": {
"command": "npx",
"args": [
"-y",
"mingle-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mingle": {
"command": "npx",
"args": [
"-y",
"mingle-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mingle": {
"command": "npx",
"args": [
"-y",
"mingle-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mingle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mingle-mcp"
]
}
}
}Claude Code
claude mcp add mingle -- npx -y mingle-mcpRelated MCP servers
Cryptographic identity, delegation, governance, and commerce for AI agents. 61 tools.
2
View repository →JavaScript
Apache-2.0