stdio proxy for Cursor
app.undisk.mcp/stdio-proxy
Undisk MCP: safe file memory for AI agents.
client:Cursor
transport:stdio
runtime:npm
Install stdio proxy in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"stdio-proxy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@undisk-mcp/stdio-proxy"
],
"env": {
"UNDISK_API_KEY": "<UNDISK_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs