← vibedeploy.be
INDIVIDUAL MCP TOOL
list_deploys
Return staging sessions for the team this token belongs to.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.vibedeploy]
url = "https://mcp.vibedeploy.be/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vibedeploy": {
"type": "http",
"url": "https://mcp.vibedeploy.be/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vibedeploy
Remote MCP URL: https://mcp.vibedeploy.be/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"vibedeploy": {
"url": "https://mcp.vibedeploy.be/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vibedeploy": {
"type": "http",
"url": "https://mcp.vibedeploy.be/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vibedeploy",
"transport": "streamable-http",
"url": "https://mcp.vibedeploy.be/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_account— Return the team's plan, its limits, and current usage.deploy_site— Publish a website to a live URL.update_site— Patch or replace files on an existing site.list_sites— List sites for the team this connection belongs to.get_site— Return name, url, plan, last deploy time, and recent deploy history.delete_site— Soft-delete a site.get_site_analytics— Return a privacy-safe traffic summary for a site over the last `period` days (default 7): total page views, distinct-visitor count, top pages, daily counts, device/browser breakdowns, and Web Vitals averages.read_file— Return the bytes of one file currently served by the site.