shuck-file for Cursor
io.github.shan-zhu/shuck-file
Any file in, Markdown out — read only what matters.
client:Cursor
transport:stdio
runtime:pypi
Install shuck-file in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"shuck-file": {
"type": "stdio",
"command": "uvx",
"args": [
"shuck-file"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs