skim mcp for Cursor
io.github.helloderekg/skim-mcp
Lossless skim-then-expand reading of big files, repos, and command output with far fewer tokens
client:Cursor
transport:stdio
runtime:pypi
Install skim mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"skim-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"skim-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs