Skip to main content
Glama

MCP-Guide

by qpd-v

MCP 指南服务器 (v0.1.5)

一款适合初学者使用的模型上下文协议 (MCP) 服务器,可帮助用户理解 MCP 概念,提供交互式示例,并列出可用的 MCP 服务器。该服务器旨在成为使用 MCP 的开发者的得力助手。

作者:qpd-v

特征

  • 📚概念解释:获得清晰、适合初学者的 MCP 概念解释,例如工具、资源、提示等
  • 🔍服务器目录:浏览按类别组织的可用 MCP 服务器的完整列表
  • 💡交互式示例:查看 MCP 功能的实际示例
  • 🛠️教程提示:创建您的第一个 MCP 工具和资源的分步指南

安装

# Using npm npm install -g mcp-guide # Using yarn yarn global add mcp-guide

用法

使用 Claude Desktop

  1. 将服务器添加到您的 Claude Desktop 配置( claude_desktop_config.json ):
{ "mcpServers": { "mcp-guide": { "command": "node", "args": ["path/to/mcp-guide/dist/index.js"] } } }
  1. 重启Claude桌面
  2. 使用可用的工具:
    • explain_concept :获取 MCP 概念的解释
    • show_example :查看 MCP 功能的实际示例
    • list_servers :按类别浏览可用的 MCP 服务器

独立

# Start the server mcp-guide # Or if installed locally npx mcp-guide

可用工具

解释概念

获得适合初学者的 MCP 概念解释。

示例概念:

  • 工具
  • 资源
  • 提示
  • 服务器
  • 客户
  • 服务器类型
  • 框架
  • 客户

显示示例

展示 MCP 功能的实际示例。

示例功能:

  • 工具调用
  • 资源读取
  • 提示模板

列表服务器

按类别列出可用的 MCP 服务器。

类别:

  • 浏览器
  • 命令行
  • 沟通
  • 客户数据
  • 数据库
  • 开发人员
  • 数据科学
  • 文件系统
  • 金融
  • 知识
  • 地点
  • 监控
  • 搜索
  • 旅行
  • 版本控制
  • 其他

发展

# Clone the repository git clone https://github.com/qpd-v/mcp-guide.git cd mcp-guide # Install dependencies npm install # Build the project npm run build # Start the server npm start

贡献

欢迎贡献代码!欢迎提交 Pull 请求。

执照

该项目根据 Apache License 2.0 获得许可 - 有关详细信息,请参阅LICENSE文件。

路线图

  • [ ] 从服务器列表进行交互式服务器安装
  • [ ] 更多交互式示例和教程
  • [ ] 增强服务器分类和搜索

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

一款适合初学者使用的模型上下文协议 (MCP) 服务器,可帮助用户理解 MCP 概念,提供交互式示例,并列出可用的 MCP 服务器。该服务器旨在成为使用 MCP 的开发者的得力助手。此外,它还附带一个庞大的可安装服务器列表。

  1. 特征
    1. 安装
      1. 用法
        1. 使用 Claude Desktop
        2. 独立
      2. 可用工具
        1. 解释概念
        2. 显示示例
        3. 列表服务器
      3. 发展
        1. 贡献
          1. 执照
            1. 路线图

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                MCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.
                Last updated -
                4
                3
                TypeScript
                MIT License
              • A
                security
                A
                license
                A
                quality
                A dynamic service that creates and manages Model Context Protocol (MCP) servers, allowing users to spawn, customize, and control multiple MCP servers as child processes.
                Last updated -
                5
                65
                TypeScript
                MIT License
                • Apple
                • Linux
              • A
                security
                A
                license
                A
                quality
                An educational implementation of a Model Context Protocol server that demonstrates how to build a functional MCP server for integrating with various LLM clients like Claude Desktop.
                Last updated -
                1
                88
                Python
                MIT License
                • Apple
                • Linux
              • -
                security
                -
                license
                -
                quality
                A specialized server that helps users create new Model Context Protocol (MCP) servers by providing tools and templates for scaffolding projects with various capabilities.
                Last updated -
                1
                TypeScript

              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/qpd-v/mcp-guide'

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