-
securityA
license-
qualityEnables the creation and deployment of API-based MCP tools for Cursor Agent using Cloudflare Workers, streamlining development and integration of custom functionalities.
Last updated -
66
25
TypeScript
MIT License
Deploys the MCP server on Cloudflare Workers infrastructure
Used for cloning the MCP repository template
Used to define tool interfaces and structure in the MCP server implementation
이는 create-mcp 로 부트스트랩되고 Cloudflare Workers에 배포되는 가벼운 모델 제어 프로토콜(MCP) 서버입니다.
이 MCP 서버를 사용하면 에이전트(예: 커서 에이전트)가 WorkOS API 와 상호 작용할 수 있습니다.
현재 도구 목록은 src/index.ts를 참조하세요. 클래스의 모든 메서드는 MCP 도구입니다.
지엑스피1
Cursor Settings -> MCP -> Add new MCP server
복사한 명령을 클립보드에 붙여넣습니다.새로운 MCP 도구를 만들려면 src/index.ts
의 MyWorker
클래스에 메서드를 추가하세요. 각 함수는 에이전트가 사용할 수 있는 MCP 도구가 됩니다.
예:
JSDoc 주석은 중요합니다.
@param
태그는 유형과 설명을 사용하여 도구의 매개변수를 정의합니다.@return
태그는 반환 값과 유형을 지정합니다.This server cannot be installed
커서 에이전트가 WorkOS API와 상호 작용할 수 있도록 하는 가벼운 MCP 서버로, 편집기 내에서 직접 WorkOS 기능에 액세스할 수 있도록 합니다.