ratchet for VS Code
io.github.iversonwuwei/ratchet
Read-only tools to inspect your agent setup: list MCP servers, flag unpinned ones, test a policy.
client:VS Code
transport:stdio
runtime:oci
Install ratchet in VS Code
.vscode/mcp.json
{
"servers": {
"ratchet": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/suhui-organization/ratchet:v0.12.1"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs