zachdreamz/MCP Server Validator
Validate MCP server configurations for protocol compliance, schema validity, and production readiness.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-path | Path to MCP server configuration JSON file | no | ./mcp-server.json |
| strict | Fail on warnings (not just errors) | no | false |
| format | Output format: text, json, or github | no | github |
Outputs
| name | description |
|---|---|
| valid | Whether the configuration is valid (true/false) |
| errors | Number of errors found |
| warnings | Number of warnings found |
| report | Full validation report |