Common Blockchain wrapper for [CoinSpace API].


MCP.Pizza Chef: ZukAi-MCP
workos-mcp is a lightweight MCP server deployed on Cloudflare Workers that enables Cursor Agents to interact seamlessly with the WorkOS API. It provides a structured interface for agents to access WorkOS functionalities, facilitating secure and efficient integration with identity and access management features. The server is easy to install, configure, and deploy, making it ideal for developers looking to extend their AI agents with WorkOS capabilities.
Use This MCP server To
Enable Cursor Agents to perform identity management via WorkOS API Integrate WorkOS authentication flows into AI agent workflows Automate user provisioning and directory synchronization Access WorkOS audit logs through AI-driven queries Manage SSO configurations programmatically via agents Deploy WorkOS API interactions on Cloudflare Workers for scalability
README
workos-mcp FAQ
How do I install the workos-mcp server?
Use the automated install script with bun create mcp to clone and deploy it to Cloudflare Workers, then configure it in Cursor Settings.
How do I provide authentication credentials to workos-mcp?
Upload your WorkOS API key and client ID as secrets using wrangler secret commands before deploying.
Can I deploy updates to workos-mcp easily?
Yes, run the provided deploy script and reload your Cursor window to apply changes.
What environment does workos-mcp run on?
It runs on Cloudflare Workers, providing a scalable and lightweight server environment.
How does workos-mcp expose WorkOS API methods?
Each method in the server's class is exposed as an MCP tool accessible by agents.
Is workos-mcp compatible with multiple AI agent platforms?
It is designed primarily for Cursor Agents but can be adapted for other MCP-compatible agents.
What security measures are recommended?
Store API keys and client IDs securely as secrets and restrict access to authorized agents only.
Where can I find the list of available tools?
The current tools are listed in the src/index.ts file of the repository.