enterprise-mcp-server

Nick-DCA/enterprise-mcp-server
★ 0 stars TypeScript Security Updated 5d ago
StreamableHTTP (Gemini Enterprise) Model Context Protocol (MCP) server with OAuth 2.0 PKCE, Google Secret Manager, and an embedded admin portal. Connectors for BigQuery, Firestore and Xero
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "enterprise-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "Nick-DCA/enterprise-mcp-server"
      ]
    }
  }
}