Mingle — Agent-Native Connection Protocol for Cursor
io.github.aeoess/mingle
Meet the people you're looking for. Your agent composes, you approve. Nothing scores or ranks you.
client:Cursor
transport:stdio
runtime:npm
Install Mingle — Agent-Native Connection Protocol in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mingle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mingle-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs