Build secure mcp infrastructure to audit and control every data access by AI agents with minimal effort
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"secure-mcp-gateway": {
"command": "npx",
"args": [
"-y",
"datacline/secure-mcp-gateway"
]
}
}
}
Run in terminal:
claude mcp add secure-mcp-gateway npx -y datacline/secure-mcp-gateway
Add to .cursor/mcp.json:
{
"mcpServers": {
"secure-mcp-gateway": {
"command": "npx",
"args": [
"-y",
"datacline/secure-mcp-gateway"
]
}
}
}