Skip to content

Conversation

kschrader
Copy link
Member

This PR adds a Cloudflare Worker implementation of the Shortcut MCP server, allowing it to be accessed remotely via HTTP+SSE instead of just locally via stdio.

Key changes:

  • Created a shared package (shortcut-mcp-tools) containing all tools and client logic
  • Implemented HTTP+SSE transport using Cloudflare Workers
  • Added OAuth authentication for remote access
  • Created comprehensive tests
  • Updated documentation with deployment instructions

The original local CLI functionality is preserved, and both implementations now use the same shared code to ensure consistent behavior.

kschrader added 2 commits May 8, 2025 12:27
- Create shared package for tools
- Implement HTTP+SSE transport
- Add OAuth authentication
- Configure Cloudflare Worker
- Add comprehensive tests
- Update documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant