Skip to main content
Glama
yxb123456cy

mcp-server-dev-test

by yxb123456cy

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 install

Development

bun run dev

Deployment

Vercel (Serverless Functions)

Ensure the api/ directory contains the serverless function entry points. Execute deployment via Vercel CLI:

vercel deploy --prod

Cloudflare Workers

Ensure wrangler.toml is configured with the correct entry point (e.g., src/index.ts). Execute deployment via Wrangler:

bun run wrangler deploy

Protocol Specifications

Refer to the official Model Context Protocol documentation for detailed information regarding MCP architecture, standard transports, and security models.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • -
    license
    -
    quality
    -
    maintenance
    A 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.
  • A
    license
    -
    quality
    D
    maintenance
    A 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.
    12
    2
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A production-ready template for building Model Context Protocol servers using TypeScript and Bun runtime, including schema validation, structured logging, and retry utilities.
    7
    MIT

View all related MCP servers

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

View all MCP Connectors

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