mcp-enterprise-patterns

j-newcom/mcp-enterprise-patterns
★ 0 stars Python AI/LLM Updated today
Production-grade patterns for enterprise MCP servers — config, structured errors, validation, observability, and a tool registry.
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": {
    "mcp-enterprise-patte": {
      "command": "uvx",
      "args": [
        "mcp-enterprise-patterns"
      ]
    }
  }
}

Or install with pip: pip install mcp-enterprise-patterns

README Excerpt

Production-grade building blocks for enterprise **Model Context Protocol (MCP)** servers. Stop reinventing config loading, error handling, input validation, observability, and tool dispatch on every server — compose these tested patterns instead. Extracted from real MCP servers ([agent-bridge-mcp](https://github.com/j-newcom/agent-bridge-mcp),