Project Management Validation for Cursor
io.github.antnewman/pm-validate
Validate project data against NISTA standards, scheduling best practices, and custom rules
client:Cursor
transport:stdio
runtime:pypi
Install Project Management Validation in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pm-validate": {
"type": "stdio",
"command": "uvx",
"args": [
"pm-mcp-servers"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs