Skip to main content
Glama

SignNow MCP Server

Official
server.py408 B
from typing import Any from fastmcp import FastMCP from .config import Settings, load_settings from .tools import register_tools def create_server(cfg: Settings | None = None) -> FastMCP[Any]: """Create and configure FastMCP server instance""" cfg = cfg or load_settings() mcp: FastMCP[Any] = FastMCP("sn-mcp-server") register_tools(mcp, cfg) # load_plugins(mcp, cfg) return mcp

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