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

使用法

クロード・デスクトップ

  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

貢献

貢献を歓迎します!お気軽にプルリクエストを送信してください。

ライセンス

このプロジェクトは、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. クロード・デスクトップ
        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