An API that automatically scores and audits compliance for all your MCP servers and tools, reducing risk across deployments.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"7c714869-mcp-servers": {
"command": "npx",
"args": [
"-y",
"ncreighton/7c714869-mcp-servers-tools-compliance"
]
}
}
}
Run in terminal:
claude mcp add 7c714869-mcp-servers npx -y ncreighton/7c714869-mcp-servers-tools-compliance
Add to .cursor/mcp.json:
{
"mcpServers": {
"7c714869-mcp-servers": {
"command": "npx",
"args": [
"-y",
"ncreighton/7c714869-mcp-servers-tools-compliance"
]
}
}
}