Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Shortcut MCP Server
Claim
by
zekus
GitHub
Developer Tools
Python
3
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
shortcut-mcp
src
shortcut_mcp
src/shortcut_mcp/__init__.py
src/shortcut_mcp/__main__.py
src/shortcut_mcp/server.py
"""Main entry point for ShortcutMCP.""" import asyncio from . import server if __name__ == "__main__": asyncio.run(server.main())