Skip to main content
Glama

Shortcut MCP Server

by zekus
pyproject.toml480 B
[project] name = "shortcut-mcp" version = "0.1.0" description = "A Model Context Protocol (MCP) server for interacting with Shortcut" requires-python = ">=3.12" dependencies = [ "mcp", "httpx", "python-dotenv", "pylint>=3.3.2", ] [project.optional-dependencies] dev = [ "pylint" ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/shortcut_mcp"] [tool.pylint] max-line-length = 120

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/zekus/shortcut-mcp'

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