Skip to content
VS Code

shuck-file for VS Code

io.github.shan-zhu/shuck-file

Any file in, Markdown out — read only what matters.

client:VS Code transport:stdio runtime:pypi

Install shuck-file in VS Code

.vscode/mcp.json

{
  "servers": {
    "shuck-file": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "shuck-file"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

shuck-file in other clients