mcp probe for Cursor
io.github.incultnitollc/mcp-probe
Inspect and score any MCP server 0-100 on publishability, schema and protocol before publish.
client:Cursor
transport:stdio
runtime:npm
Install mcp probe in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-probe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@incultnitollc/mcp-probe"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs