New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@undisk-mcp/sdk

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@undisk-mcp/sdk

TypeScript client SDK for Undisk MCP — undo-first versioned file storage for AI agents

latest
npmnpm
Version
0.54.1
Version published
Weekly downloads
143
-10.62%
Maintainers
1
Weekly downloads
 
Created
Source

@undisk-mcp/sdk

TypeScript SDK for the Undisk MCP workspace API.

Provides McpClient with session management, retry/backoff, and typed tool invocation over the Model Context Protocol.

Installation

npm install @undisk-mcp/sdk

Usage

import { McpClient } from "@undisk-mcp/sdk";

const client = new McpClient({
  url: "https://mcp.undisk.app/mcp",
  apiKey: process.env.UNDISK_API_KEY!,
});

const result = await client.callTool("list_files", { recursive: true });
console.log(result);

Documentation

See mcp.undisk.app for full documentation.

License

MIT

Keywords

undisk

FAQs

Package last updated on 21 May 2026

Related posts