mcpgram-python-sdk

Aryan418-dev/mcpgram-python-sdk
★ 0 stars Python AI/LLM Updated today
Official Python SDK for MCPGRAM -- one client for native connectors and external MCP servers, with LangGraph and CrewAI adapters.
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": {
    "mcpgram-python-sdk": {
      "command": "uvx",
      "args": [
        "mcpgram-python-sdk"
      ]
    }
  }
}

Or install with pip: pip install mcpgram-python-sdk