Search DevTools

Jump to any tool or page

stdio-proxy

Unexplored

Undisk MCP: safe file memory for AI agents.

kiarashplusplus1 stars0 forksAI & Agents
View source

Install

Terminal

$npx -y @undisk-mcp/stdio-proxy

mcp_config.json

{
  "mcpServers": {
    "app-undisk-mcp-stdio-proxy": {
      "env": {
        "UNDISK_API_KEY": "${UNDISK_API_KEY}"
      },
      "args": [
        "-y",
        "@undisk-mcp/stdio-proxy"
      ],
      "command": "npx"
    }
  }
}

Documentation

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:

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.

Sourced from the repository README.

More in AI & Agents