mcp-common

vhspace/mcp-common
★ 0 stars Python 🤖 AI/LLM Updated 5d ago
Shared library for Together AI MCP servers — logging, settings, HTTP transport, auth
View on GitHub → Try with Claude — $10 free →

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-common": {
      "command": "uvx",
      "args": [
        "mcp-common"
      ]
    }
  }
}

Or install with pip: pip install mcp-common

README Excerpt

Shared utilities and testing infrastructure for Python MCP server projects. - **Shared building blocks** — config, logging, health checks, and versioning so MCP servers don't reinvent the wheel - **Production HTTP transport** — ASGI app factory with CORS, bearer-token auth, and Kubernetes liveness/readiness probes

Tools (2)

GENERICORI

Topics

fastmcpmcpmodel-context-protocolpythonshared-librarytogether-ai