YD MCP Application

by PrettyKing
Integrations
  • Built using JavaScript language for implementing server-side functionality and API endpoints

  • Provides a RESTful API implementation based on the Koa framework with middleware for routing, request body parsing, and logging

  • Runs on Node.js runtime environment, utilizing its JavaScript execution capabilities to power the MCP server

YD MCP Application

基于Koa框架的RESTful API应用。

技术栈

  • Node.js - JavaScript运行时
  • Koa - 轻量级Web框架
  • Koa Router - 路由中间件
  • Koa BodyParser - 请求体解析
  • Koa Logger - 日志中间件

项目结构

yd-mcp-app/ ├── src/ │ ├── app.js # 应用入口文件 │ ├── config/ # 配置文件目录 │ │ └── index.js # 主配置文件 │ ├── middleware/ # 中间件目录 │ │ └── index.js # 中间件定义 │ └── routes/ # 路由目录 │ ├── index.js # 路由注册 │ └── example.routes.js # 示例路由 ├── package.json # 项目依赖 └── README.md # 项目说明

安装与运行

安装依赖

npm install

开发模式运行

npm run dev

生产模式运行

npm start

API 端点

基础端点

  • GET / - 欢迎信息
  • GET /health - 健康检查

示例API

  • GET /api/v1/examples - 获取所有示例
  • GET /api/v1/examples/:id - 获取单个示例
  • POST /api/v1/examples - 创建示例
  • PUT /api/v1/examples/:id - 更新示例
  • DELETE /api/v1/examples/:id - 删除示例

环境变量

  • NODE_ENV - 运行环境 (development, production, test)
  • PORT - 服务端口

贡献指南

  1. Fork 项目
  2. 创建特性分支 (git checkout -b feature/amazing-feature)
  3. 提交您的更改 (git commit -m 'Add some amazing feature')
  4. 推送到分支 (git push origin feature/amazing-feature)
  5. 打开一个 Pull Request
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A RESTful API application based on the Koa framework that provides example endpoints for creating, reading, updating, and deleting resources.

  1. 技术栈
    1. 项目结构
      1. 安装与运行
        1. 安装依赖
        2. 开发模式运行
        3. 生产模式运行
      2. API 端点
        1. 基础端点
        2. 示例API
      3. 环境变量
        1. 贡献指南

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            A server that enables Large Language Models to discover and interact with REST APIs defined by OpenAPI specifications through the Model Context Protocol.
            Last updated -
            277
            86
            TypeScript
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            A lightweight, modular API service that provides useful tools like weather, date/time, calculator, search, email, and task management through a RESTful interface, designed for integration with AI agents and automated workflows.
            Last updated -
            Python
            MIT License
          • -
            security
            A
            license
            -
            quality
            A server implementation that provides a unified interface for OpenAI services, Git repository analysis, and local filesystem operations through REST API endpoints.
            Last updated -
            Python
            GPL 3.0
            • Linux
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that exposes Synapse Entities (Datasets, Projects, Folders, Files, Tables) with their annotations, enabling programmatic access to Synapse data resources through a RESTful API.
            Last updated -
            2
            Python
            MIT License
            • Linux
            • Apple

          View all related MCP servers

          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/PrettyKing/yd-mcp-app'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server