inspector for Cursor
io.github.gridinsoft/inspector
Website safety and trust analysis. Verify domain reputation and detect phishing with GridinSoft.
client:Cursor
transport:stdio
runtime:npm
Install inspector in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"inspector": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gridinsoft/mcp-inspector"
],
"env": {
"GRIDINSOFT_API_KEY": "<GRIDINSOFT_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs