← undisk.app

INDIVIDUAL MCP TOOL

open_ui

Open the Undisk app UI with a specific domain view and optional subview intent.

undisk.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.undisk.app/v1/mcp

No auth detected

Connect to this endpoint to inspect the live schema for open_ui 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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "undisk",
  "transport": "streamable-http",
  "url": "https://mcp.undisk.app/v1/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.
  • create_file — Create a new 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.