Skip to main content
Glama

Monday.com MCP Server

by sakce
__init__.py186 B
import asyncio from . import fastmcp_server def main(): """Main entry point for the package.""" asyncio.run(fastmcp_server.run_server()) __all__ = ["main", "fastmcp_server"]

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/sakce/mcp-server-monday'

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