Skip to content
VS Code

MCP Compliance for VS Code

io.github.yawlabs/mcp-compliance

CLI tool and MCP server that tests MCP servers for spec compliance

client:VS Code transport:stdio runtime:npm

Install MCP Compliance in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-compliance": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@yawlabs/mcp-compliance"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

MCP Compliance in other clients