lion-mcp-server
0
The project involves setting up a remote MCP server utilizing Cloudflare Workers and integrating it with various tools like Claude Desktop and the MCP Inspector. It provides a comprehensive guide for developing locally and deploying in the cloud, with features for debugging and connectivity.
Remote MCP Server on Cloudflare
Deploy a remote MCP server on Cloudflare Workers with OAuth login.
Develop Locally
- Clone the repository
- Install dependencies
- Run locally and access it through your browser
Connect to MCP Inspector
- Use MCP Inspector to explore your MCP API
- Configure and connect via SSE to interact with the server
Connect Claude Desktop
- Follow setup instructions to connect Claude Desktop to your local MCP server
Deploy to Cloudflare
- Create and configure namespace
- Deploy the server using npm
Call from Remote MCP Client
- Connect remotely using MCP Inspector with your Worker’s URL
Connect Claude Desktop Remotely
- Update Claude configuration to connect remotely
Debugging
- Tips for troubleshooting connection issues