← creek.dev
INDIVIDUAL MCP TOOL
deploy_demo
Deploy a sample Creek demo page instantly (zero files needed, great for testing)
LIVE ENDPOINT
https://mcp.creek.dev/mcp
Connect to this endpoint to inspect the live schema for deploy_demo and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.creek]
url = "https://mcp.creek.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"creek": {
"type": "http",
"url": "https://mcp.creek.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: creek
Remote MCP URL: https://mcp.creek.dev/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": {
"creek": {
"url": "https://mcp.creek.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"creek": {
"type": "http",
"url": "https://mcp.creek.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "creek",
"transport": "streamable-http",
"url": "https://mcp.creek.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
deploy— Deploy files to a sandbox preview (60 min, no account needed)deploy_status— Check the status of a sandbox deploymentdeploy_delete— Delete a sandbox deployment before it expiresget_build_log— Read the structured build log for a deployment.list_resources— List all team-owned resources (databases, storage, cache, AI).create_resource— Create a new team-owned resource.attach_resource— Attach a team resource to a project under a given ENV var name (e.g.detach_resource— Remove a resource binding from a project.