Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"vibesafe": {
"command": "bash",
"args": [
"-lc",
"if command -v vibesafe >/dev/null 2>&1; then vibesafe mcp; elif command -v uvx >/dev/null 2>&1; then uvx vibesafe mcp; else python -m vibesafe.mcp; fi"
]
}
}
}bash