Skip to content
Zed

junto mcp for Zed

io.github.vrllrv/junto-mcp

The payment protocol for people and agents. One MCP server, any payment rail.

client:Zed transport:stdio runtime:npm

Install junto mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "junto-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "junto-mcp"
      ],
      "env": {
        "WOOVI_APP_ID": "<WOOVI_APP_ID>",
        "JUNTO_DAILY_LIMIT": "<JUNTO_DAILY_LIMIT>",
        "JUNTO_TX_MAX": "<JUNTO_TX_MAX>",
        "JUNTO_CONFIRM_ABOVE": "<JUNTO_CONFIRM_ABOVE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

junto mcp in other clients