wyrd for VS Code
com.wyrdmcp/wyrd
Exposes one granted folder to any AI client, read-only, behind a path-containment fence.
client:VS Code
transport:stdio
runtime:npm
Install wyrd in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "wyrd-grant",
"description": "WYRD_GRANT",
"password": true
}
],
"servers": {
"wyrd": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wyrd-mcp"
],
"env": {
"WYRD_GRANT": "${input:wyrd-grant}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs