mcp-server-dev-test
Provides deployment integration with Cloudflare Workers, enabling the MCP server to run on Cloudflare's edge network.
Provides deployment integration with Vercel serverless functions, enabling the MCP server to run in a Vercel environment.
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., "@mcp-server-dev-testlist all available MCP tools"
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.
mcp-server-dev-test
Model Context Protocol (MCP) Server implementation based on @modelcontextprotocol/sdk, Node.js, TypeScript, and Bun. Designed for serverless and edge environment deployments including Vercel and Cloudflare.
Architecture
Runtime: Bun / Node.js
Language: TypeScript
Protocol: Model Context Protocol (MCP)
Related MCP server: MCP Server with SSE and Bearer Authentication
Prerequisites
Bun >= 1.0.0
Node.js >= 18.0.0 (required for Vercel deployment compatibility)
Installation
bun installDevelopment
bun run devDeployment
Vercel (Serverless Functions)
Ensure the api/ directory contains the serverless function entry points.
Execute deployment via Vercel CLI:
vercel deploy --prodCloudflare Workers
Ensure wrangler.toml is configured with the correct entry point (e.g., src/index.ts).
Execute deployment via Wrangler:
bun run wrangler deployProtocol Specifications
Refer to the official Model Context Protocol documentation for detailed information regarding MCP architecture, standard transports, and security models.
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
- Alicense-qualityCmaintenanceA deployable server implementation of the Model Context Protocol that allows you to run custom tools on Cloudflare Workers without authentication requirements.2,504MIT
- -license-quality-maintenanceA TypeScript implementation of a Model Context Protocol server that enables real-time communication with LLM clients using Server-Sent Events (SSE) for transport and Bearer Token authentication for security.
- Alicense-qualityDmaintenanceA minimal, general-purpose implementation of the Model Context Protocol (MCP) for Node.js and Bare runtime, enabling creation of AI-interactive servers with tools, resources, and multiple transport options.122MIT
- Alicense-qualityDmaintenanceA production-ready template for building Model Context Protocol servers using TypeScript and Bun runtime, including schema validation, structured logging, and retry utilities.7MIT
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP (Model Context Protocol) server for Appwrite
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/yxb123456cy/mcp-server-dev-test'
If you have feedback or need assistance with the MCP directory API, please join our Discord server