junto mcp for Cline
io.github.vrllrv/junto-mcp
The payment protocol for people and agents. One MCP server, any payment rail.
client:Cline
transport:stdio
runtime:npm
Install junto mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs