Skip to main content
Glama

Extend AI Toolkit MCP Server

Official
__init__.py432 B
from .anthropic_chat_client import AnthropicChatClient from .chat_client import ChatClient from .openai_chat_client import OpenAIChatClient __all__ = [ "AnthropicChatClient", "ChatClient", "MCPClient", "OpenAIChatClient", ] def __getattr__(name): if name == "MCPClient": from .mcp_client import MCPClient return MCPClient raise AttributeError(f"module {__name__} has no attribute {name}")

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/paywithextend/extend-ai-toolkit'

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