PatchX Freenote Agent for VS Code
io.github.zsts119/patchxnote-agent
PatchX Freenote MCP: summaries, memories, model results and user-approved webhook workflows.
client:VS Code
transport:stdio
runtime:npm
Install PatchX Freenote Agent in VS Code
.vscode/mcp.json
{
"servers": {
"patchxnote-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"patchxnote-agent"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs