mcp-server-vibes-coded
About
Vibes-Coded x402 agent tools MCP: reliability guards, pay tool, day-pass, prepaid.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
VIBES_ORIGINClaude Code
claude mcp add --env VIBES_ORIGIN= mcp-server-vibes-coded -- docker ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.0.3
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-server-vibes-coded","command":"docker","args":["ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.0.3"],"env":{"VIBES_ORIGIN":""}}'
JSON
{
"mcpServers": {
"mcp-server-vibes-coded": {
"command": "docker",
"args": [
"ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.0.3"
],
"env": {
"VIBES_ORIGIN": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.