contextweaver for Cursor
io.github.dgenio/contextweaver
MCP gateway: bounded tool shortlists + artifact-backed result firewall. Deterministic, no model.
client:Cursor
transport:stdio
runtime:pypi
Install contextweaver in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"contextweaver": {
"type": "stdio",
"command": "uvx",
"args": [
"contextweaver"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs