Skip to main content
Glama

MedX MCP Server

by yepdama
__init__.py360 B
""" MedX MCP Server Client SDK A Python client library for interacting with the MedX MCP Server. """ from .mcp_client import MCPClient, MCPToolWrapper from .exceptions import MCPClientError, MCPAuthError, MCPToolError __all__ = [ "MCPClient", "MCPToolWrapper", "MCPClientError", "MCPAuthError", "MCPToolError", ] __version__ = "0.1.0"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yepdama/medical-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server