mcp-lint for Cursor
io.github.robert19001-cmyk/mcp-lint
Lint MCP tool schemas for cross-client compatibility and agent preflight safety.
client:Cursor
transport:stdio
runtime:npm
Install mcp-lint in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-lint": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-lint"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs