PluginBench
MCP Server
Maintained
MIT

Project Management Validation MCP Server

io.github.antnewman/pm-validate

What is the Project Management Validation MCP server?

Validate project data against NISTA standards, scheduling best practices, and custom rules

How to install Project Management Validation

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pm-validate": {
      "command": "uvx",
      "args": [
        "pm-mcp-servers"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "pm-validate": {
      "command": "uvx",
      "args": [
        "pm-mcp-servers"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pm-validate": {
      "command": "uvx",
      "args": [
        "pm-mcp-servers"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "pm-validate": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pm-mcp-servers"
      ]
    }
  }
}
Claude Code
claude mcp add pm-validate -- uvx pm-mcp-servers

Related MCP servers

AI-powered project analysis with risk identification, forecasting, and mitigation generation

0
Python
MIT
View repository →

Parse and convert project data from 8 formats (MSPDI, P6 XER, NISTA, Jira, Monday, etc.)

0
Python
MIT
View repository →