Back to MCP Servers
Multi
Parallel multi-model code review, security analysis, and AI debate with ChatGPT, Claude, and Gemini. Orchestrates multiple LLMs for compare, consensus, and OWASP Top 10 security checks.
coding-agentssecurityaillm
By religa
Installation
npx -y multi_mcpConfiguration
{
"mcpServers": {
"multi_mcp": {
"command": "npx",
"args": ["-y", "multi_mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes