← Registry

DevOps

creek.dev

Manages short-lived sandbox deployments for previewing files, including creation, status checks, deletion, and build logs.

1 endpoint12 known toolsFirst detected August 14, 2026Last detected August 14, 2026

ENDPOINT 1

https://mcp.creek.dev/mcp

No auth detected

MCP server metadata

Name
creek
Version
1.0.0
Capabilities
tools.listChangedresources.listChanged

Known tools 12

deploy

Deploy files to a sandbox preview (60 min, no account needed)

Inferred read-only
deploy_demo

Deploy a sample Creek demo page instantly (zero files needed, great for testing)

Inferred read-only
deploy_status

Check the status of a sandbox deployment

Inferred read-only
deploy_delete

Delete a sandbox deployment before it expires

Potential side effects
get_build_log

Read the structured build log for a deployment.

Inferred read-only
list_resources

List all team-owned resources (databases, storage, cache, AI).

Inferred read-only
create_resource

Create a new team-owned resource.

Potential side effects
attach_resource

Attach a team resource to a project under a given ENV var name (e.g.

Inferred read-only
detach_resource

Remove a resource binding from a project.

Potential side effects
delete_resource

Delete a team-owned resource.

Potential side effects
rename_resource

Rename a team-owned resource.

Inferred read-only
query_database

Execute a SQL query against a team-owned D1 database.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for creek.dev was fetched 2026-08-25T16:58:46.561Z.

Trust status Neutral

creek.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.