codeweb for Cursor
io.github.ghostlygawd/codeweb
See what your AI edits affect. Structural checks for AI code changes. 28 MCP tools, no LLM.
client:Cursor
transport:stdio
runtime:npm
Install codeweb in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"codeweb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ghostlygawd/codeweb"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs