Skip to content
VS Code

Mingle — Agent-Native Connection Protocol for VS Code

io.github.aeoess/mingle

Meet the people you're looking for. Your agent composes, you approve. Nothing scores or ranks you.

client:VS Code transport:stdio runtime:npm

Install Mingle — Agent-Native Connection Protocol in VS Code

.vscode/mcp.json

{
  "servers": {
    "mingle": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mingle-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Mingle — Agent-Native Connection Protocol in other clients