← undisk.app

INDIVIDUAL MCP TOOL

create_file

Create a new file in the Undisk workspace.

undisk.appnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description contains a write-action term.

Parent endpoint

undisk.app

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.undisk-app]
url = "https://mcp.undisk.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "undisk-app": {
      "type": "http",
      "url": "https://mcp.undisk.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: undisk-app
Remote MCP URL: https://mcp.undisk.app/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": {
    "undisk-app": {
      "url": "https://mcp.undisk.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "undisk-app": {
      "type": "http",
      "url": "https://mcp.undisk.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "undisk-app",
  "transport": "streamable-http",
  "url": "https://mcp.undisk.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • read_file — Read a file's current content and metadata from the Undisk workspace.
  • write_file — Write content to a file in the Undisk workspace.
  • append_log — Append a log entry to a file in the Undisk workspace.
  • upload_session — Manage staged binary uploads for files too large for a single MCP tool call.
  • delete_file — Soft-delete a file or directory.
  • move_file — Move or rename a file or directory.
  • list_files — List files and directories in the Undisk workspace.
  • search_files — Search across all file contents in the Undisk workspace.