What is the io.github.YawLabs/mcp-compliance MCP server?
CLI tool and MCP server that tests MCP servers for spec compliance
How to install io.github.YawLabs/mcp-compliance
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": {
"mcp-compliance": {
"command": "npx",
"args": [
"-y",
"@yawlabs/mcp-compliance"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-compliance": {
"command": "npx",
"args": [
"-y",
"@yawlabs/mcp-compliance"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-compliance": {
"command": "npx",
"args": [
"-y",
"@yawlabs/mcp-compliance"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-compliance": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yawlabs/mcp-compliance"
]
}
}
}Claude Code
claude mcp add mcp-compliance -- npx -y @yawlabs/mcp-complianceRelated MCP servers
AWS MCP server — call any AWS API from AI assistants, with first-class SSO re-login
MCP server for managing Caddy web servers via the admin API
Lint AI agent context files (CLAUDE.md, AGENTS.md, etc.) against your actual codebase
Electron.js MCP server — IPC scaffolding, security auditing, build tooling for AI assistants
HTTP fetch MCP server: SSRF protection, HTML-to-markdown, reader mode, metadata extraction
LemonSqueezy MCP server for managing your store from AI assistants