OmniBridge-MCP-Server

student-karan/OmniBridge-MCP-Server
★ 0 stars TypeScript 🗄️ Database Updated today
OmniBridge-MCP is a production-grade MCP server bridging AI agents with GitHub and Discord. It features 40 specialized tools for repository management, real-time traffic analytics, and automated CI/CD workflows. Built with Node.js and Prisma, it uses MySQL for secure, atomic logging of all AI actions, ensuring a persistent and auditable history.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "omnibridge-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "student-karan/OmniBridge-MCP-Server"
      ]
    }
  }
}