Project Management Validation for VS Code
io.github.antnewman/pm-validate
Validate project data against NISTA standards, scheduling best practices, and custom rules
client:VS Code
transport:stdio
runtime:pypi
Install Project Management Validation in VS Code
.vscode/mcp.json
{
"servers": {
"pm-validate": {
"type": "stdio",
"command": "uvx",
"args": [
"pm-mcp-servers"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs