Skip to main content
Glama

SignNow MCP Server

Official
_version.py723 B
# file generated by setuptools-scm # don't change, don't track in version control __all__ = [ "__version__", "__version_tuple__", "version", "version_tuple", "__commit_id__", "commit_id", ] TYPE_CHECKING = False if TYPE_CHECKING: from typing import Union VERSION_TUPLE = tuple[int | str, ...] COMMIT_ID = str | None else: VERSION_TUPLE = object COMMIT_ID = object version: str __version__: str __version_tuple__: VERSION_TUPLE version_tuple: VERSION_TUPLE commit_id: COMMIT_ID __commit_id__: COMMIT_ID __version__ = version = "0.1.5.dev16+g4f99697d7.d20251007" __version_tuple__ = version_tuple = (0, 1, 5, "dev16", "g4f99697d7.d20251007") __commit_id__ = commit_id = None

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/mihasicehcek/sn-mcp-server'

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