🔍 Scan MCP servers for security vulnerabilities with Proximity, ensuring your Model Context Protocol environment remains safe and secure.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"proximity": {
"command": "npx",
"args": [
"-y",
"salimbentounsi/proximity"
]
}
}
}
Run in terminal:
claude mcp add proximity npx -y salimbentounsi/proximity
Add to .cursor/mcp.json:
{
"mcpServers": {
"proximity": {
"command": "npx",
"args": [
"-y",
"salimbentounsi/proximity"
]
}
}
}