zoxide-doctor for Cursor
io.github.jiankn/zoxide-doctor
Read-only local zoxide diagnostics for MCP clients.
client:Cursor
transport:stdio
runtime:npm
Install zoxide-doctor in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"zoxide-doctor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agoes/zoxide-doctor-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs