codeweb for VS Code
io.github.ghostlygawd/codeweb
See what your AI edits affect. Structural checks for AI code changes. 28 MCP tools, no LLM.
client:VS Code
transport:stdio
runtime:npm
Install codeweb in VS Code
.vscode/mcp.json
{
"servers": {
"codeweb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ghostlygawd/codeweb"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs