gguf mcp for Cursor
io.github.arose26/gguf-mcp
Inspect local GGUF/safetensors models: quantization, params, VRAM fit — headers only.
client:Cursor
transport:stdio
runtime:npm
Install gguf mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gguf-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gguf-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs