patchwork — Codebase Conventions for AI Agents for VS Code
io.github.sainarayana-b/patchwork
Scan any codebase, generate CONVENTIONS.md, expose conventions as MCP tools for AI agents.
client:VS Code
transport:stdio
runtime:pypi
Install patchwork — Codebase Conventions for AI Agents in VS Code
.vscode/mcp.json
{
"servers": {
"patchwork": {
"type": "stdio",
"command": "uvx",
"args": [
"patchwork-conventions"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs