mcp loom for Cursor
io.github.buttonmonkey/mcp-loom
Stdio MCP proxy: intercepts oversized tool results into a queryable embedded DuckDB.
client:Cursor
transport:stdio
runtime:npm
Install mcp loom in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-loom": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-loom"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs