Skip to main content
Glama

Monday.com MCP Server

by sakce
constants.py299 B
import os MONDAY_API_KEY = os.getenv("MONDAY_API_KEY") MONDAY_API_BASE_URL = "https://api.monday.com/v2" MONDAY_API_VERSION = os.getenv("MONDAY_API_VERSION", "2025-01") MONDAY_WORKSPACE_NAME = os.getenv("MONDAY_WORKSPACE_NAME") MONDAY_WORKSPACE_URL = f"https://{MONDAY_WORKSPACE_NAME}.monday.com"

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