MCP-Guide
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使用法
クロード・デスクトップ
サーバーを Claude Desktop 構成 (
claude_desktop_config.json) に追加します。
{
"mcpServers": {
"mcp-guide": {
"command": "node",
"args": ["path/to/mcp-guide/dist/index.js"]
}
}
}Claudeデスクトップを再起動します
利用可能なツールを使用します:
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ファイルを参照してください。
ロードマップ
[ ] サーバーリストからの対話型サーバーのインストール
[ ] よりインタラクティブな例とチュートリアル
[ ] 強化されたサーバーの分類と検索
Maintenance
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
- FlicenseBqualityDmaintenanceA 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
- FlicenseNot gradedqualityDmaintenanceA 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.
- FlicenseNot gradedqualityDmaintenanceAn educational MCP server that teaches implementing the Model Context Protocol from scratch, enabling AI models to discover and invoke tools via JSON-RPC over stdio.
- AlicenseNot gradedqualityDmaintenanceAn 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.11MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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