← Discover MCPs and Agents
a
MCPAI & MLMCP Registry

app.undisk.mcp/stdio-proxy

Undisk MCP: safe file memory for AI agents.

Links

README

From the repo.

Undisk MCP (mcp.undisk.app)

This repository is a public issue tracker for Undisk MCP versioned file storage for AI agents.

What is Undisk MCP?

Undisk sits between AI agents and the filesystem over MCP. Every write creates an immutable version. Every action is audited. Any change can be reversed in a single call. The agent gets full capability; the human keeps full control.

25 MCP tools covering file operations, version control, workspace administration, introspection, and sandboxed compute.

Now available on: smithery badge

Reporting Issues

Use this repo to report bugs, request features, or ask questions about:

Before filing

  1. Search existing issues to avoid duplicates
  2. Include your CLI version (undisk-mcp --version) or client info if applicable
  3. For security vulnerabilities, email support@undisk.app instead

Links

License

Undisk MCP is proprietary software. This repository is for issue tracking only and does not contain source code.

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.