Skip to main content
Glama
__init__.py554 B
""" APIWeaver - Convert any web API into an MCP server. This package provides a framework for dynamically creating MCP (Model Context Protocol) servers from web API configurations, making it easy to integrate REST APIs, GraphQL endpoints, and other web services with AI assistants. """ __version__ = "0.2.0" __author__ = "APIWeaver Contributors" from .server import APIWeaver from .models import APIConfig, APIEndpoint, AuthConfig, RequestParam __all__ = [ "APIWeaver", "APIConfig", "APIEndpoint", "AuthConfig", "RequestParam" ]

Latest Blog Posts

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/GongRzhe/APIWeaver'

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