yungle for Cursor
co.yungle/yungle
Ask about your Yungle file deliveries — what was sent, who downloaded, what expires. Read-only.
client:Cursor
transport:stdio
runtime:npm
Install yungle in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"yungle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"yungle-mcp"
],
"env": {
"YUNGLE_API_KEY": "<YUNGLE_API_KEY>",
"YUNGLE_API_URL": "<YUNGLE_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs