project-planner-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@project-planner-mcpcreate a new project plan for launching the mobile app"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Remote MCP Server on Cloudflare Workers
This repository contains a Cloudflare Workers-based remote Model Context Protocol (MCP) server example. It is designed to host a remote MCP service that can be used by AI clients, Playground integrations, and local proxy tools.
Overview
Project type: Cloudflare Workers / MCP tool server
Stack: TypeScript, Wrangler, Cloudflare Workers
Purpose: expose MCP tools via a remote endpoint for AI clients
Related MCP server: Remote MCP Server Authless
How to use
1. Install dependencies
npm install2. Run locally
npm run devThis starts the Cloudflare Workers development server and exposes the MCP endpoint locally.
3. Deploy to Cloudflare
npm run deployAfter deployment, your MCP endpoint will be available at the Worker URL under /mcp.
4. Connect with a client
Use the deployed URL in any MCP-compatible client.
Example URL format:
https://<your-worker-subdomain>.workers.dev/mcpProject structure
src/index.ts— main Worker entrypoint and MCP tool registrationwrangler.jsonc— Cloudflare configurationpackage.json— scripts and dependenciesREADME.md— this file
Available scripts
npm run dev— start local development servernpm run deploy— deploy the Worker to Cloudflarenpm run cf-typegen— generate Wrangler typesnpm run type-check— run TypeScript type checking
Notes
Use
wranglerfor Cloudflare configuration and deployment.Add MCP tools under
src/index.tsto extend the server functionality.This setup is intended for development and experimentation with remote MCP tooling.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SANDIPAN22/project-planner-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server