We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mhalle/datasette-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•191 B
"""
Datasette MCP
A Model Context Protocol server that provides read-only access to Datasette instances.
"""
__version__ = "0.6.1"
from .main import main
__all__ = ["main", "__version__"]