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: Example Next.js MCP Server
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.
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/yxb123456cy/mcp-server-dev-test'
If you have feedback or need assistance with the MCP directory API, please join our Discord server