Skip to main content
Glama

MCP ガイド サーバー (v0.1.5)

初心者向けのモデルコンテキストプロトコル(MCP)サーバーです。MCPの概念を理解しやすくするほか、インタラクティブな例を提供し、利用可能なMCPサーバーの一覧を表示します。このサーバーは、MCPを扱う開発者にとって便利なツールとなるように設計されています。

著者: qpd-v

特徴

  • 📚概念の説明: ツール、リソース、プロンプトなどの MCP の概念について、初心者にも分かりやすく説明されています。

  • 🔍サーバーディレクトリ: カテゴリ別に整理された利用可能な MCP サーバーの包括的なリストを参照します

  • 💡インタラクティブな例: MCP 機能の実際の例をご覧ください

  • 🛠️チュートリアルプロンプト: 最初の MCP ツールとリソースを作成するためのステップバイステップガイド

Related MCP server: Learn MCP Server

インストール

# 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ファイルを参照してください。

ロードマップ

  • [ ] サーバーリストからの対話型サーバーのインストール

  • [ ] よりインタラクティブな例とチュートリアル

  • [ ] 強化されたサーバーの分類と検索

Install Server
A
license - permissive license
B
quality
D
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

  • F
    license
    B
    quality
    D
    maintenance
    A basic Model Context Protocol (MCP) server implementation that provides a foundation for MCP server development. The README doesn't specify particular functionality, suggesting it may be a template or starting point for building custom MCP servers.
    1
  • F
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol (MCP) server designed for learning and experimentation. It provides a foundational setup for developers to build, run, and debug MCP server implementations using Node.js.
  • A
    license
    Not graded
    quality
    D
    maintenance
    An interactive tutorial MCP server that teaches Model Context Protocol through extensively commented code, interactive testing, and hands-on exercises, enabling developers to learn MCP by building and modifying real-world examples.
    11
    MIT

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • Official MCP server for Lovable, the AI-powered full-stack app builder.

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

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