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.
Reporting Issues
Use this repo to report bugs, request features, or ask questions about:
- @undisk-mcp/cli — the interactive CLI
- @undisk-mcp/stdio-proxy — the stdio↔HTTP bridge for Docker/local MCP clients
- Undisk MCP API — the hosted MCP server
Before filing
- Search existing issues to avoid duplicates
- Include your CLI version (
undisk-mcp --version) or client info if applicable - For security vulnerabilities, email support@undisk.app instead
Links
- Homepage: mcp.undisk.app
- Docs: mcp.undisk.app/docs
- Get an API key: mcp.undisk.app/signup
- Support: mcp.undisk.app/support
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.