← creek.dev

INDIVIDUAL MCP TOOL

delete_resource

Delete a team-owned resource.

creek.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.creek.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for delete_resource and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

creek.dev

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_demo — Deploy a sample Creek demo page instantly (zero files needed, great for testing)
  • deploy_status — Check the status of a sandbox deployment
  • deploy_delete — Delete a sandbox deployment before it expires
  • get_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.