Personal Agent 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., "@Personal Agent MCPEcho 'hello' and show server metadata using sprite_test"
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.
Personal Agent MCP
A minimal remote MCP server running on Cloudflare Workers.
Deploy to Cloudflare
Click the button above to deploy this repository to your Cloudflare account. Cloudflare will create/configure the Worker and deploy it using the repository's Wrangler configuration.
Related MCP server: project-planner-mcp
Endpoints
Health check:
/MCP endpoint:
/mcp
After deployment, connect your MCP client to:
https://<your-worker>.<your-subdomain>.workers.dev/mcp
Local development
npm install
npm run devThen test with MCP Inspector against:
http://localhost:8787/mcp
Manual deployment
npm install
npm run deployMake sure you have authenticated Wrangler first:
npx wrangler loginTool
The server currently exposes one test tool:
sprite_test— echoes a message and returns server metadata.
Notes
This project uses Cloudflare's current stateless MCP handler approach through the Agents SDK. The /mcp endpoint is the remote MCP transport endpoint.
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.
Related MCP Servers
- Flicense-qualityCmaintenanceA remote MCP server deployed on Cloudflare Workers without authentication, enabling connection to Cloudflare AI Playground or local MCP clients.Last updated
- Flicense-qualityCmaintenanceA remote MCP server deployed on Cloudflare Workers for hosting and exposing MCP tools to AI clients via a remote endpoint.Last updated
- Flicense-qualityBmaintenanceA remote MCP server deployed on Cloudflare Workers without authentication, allowing users to create custom tools and connect to MCP clients like Cloudflare AI Playground and Claude Desktop.Last updated
- Flicense-qualityCmaintenanceThis is an MCP server deployed on Cloudflare Workers with OAuth authentication, enabling remote MCP clients to connect and use tools.Last updated
Related MCP Connectors
Cloudflare Workers MCP server: email-validator
Cloudflare Workers MCP server: crypto-signal
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/958877748/personal-agent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server