Skip to main content
Glama
by tom342178
__init__.py433 B
""" EdgeLake MCP Server A Model Context Protocol server for EdgeLake distributed database. License: Mozilla Public License 2.0 """ __version__ = "1.0.7" __author__ = "EdgeLake" __license__ = "MPL-2.0" from .server import EdgeLakeMCPServer from .client import EdgeLakeClient from .query import QueryBuilder from .config import Config __all__ = [ "EdgeLakeMCPServer", "EdgeLakeClient", "QueryBuilder", "Config", ]

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/tom342178/edgelake-mcp-server'

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