mcp_server_integration
MCPサーバー統合 — ビルド演習
CCA-F準備演習のためのスキャフォールドです。2.4 MCPサーバー統合 から。
ここには解決済みのものはありません。以下の各タスクには、あなたが埋めるためのTODOがあります。
タスクチェックリスト
1. プロジェクトレベルの設定 — .mcp.json には
githubサーバーエントリ(command/args)があります。GitHubでない場合は、任意のコミュニティサーバーに置き換えてください。2. 環境変数の展開 —
githubエントリは、ハードコードされた資格情報の代わりに${GITHUB_TOKEN}を参照しています。.env.example を.envにコピーし、実際のトークンを入力してください。3. ユーザーレベルの設定 — ここでは意図的に作成していません。
~/.claude.jsonはプロジェクトの外にあり、あなたのマシンに固有のものだからです。テンプレートと手順: docs/user-level-config.md。4. MCPリソースを公開する — src/server.ts にはスタブの
catalogue://TODOリソースがあります。それを、適切なURI、名前、説明、mimeTypeを持つ実際のコンテンツカタログ(例: DBスキーマやドキュメント階層)に置き換えてください。5. ツールの説明を強化する — 同じファイルの
example_toolにはプレースホルダーの説明があります。機能、出力、使用例、および組み込みの代替手段との比較をカバーする3〜5文を書いてください。
Related MCP server: MCP Inspector Server
セットアップ
npm install
npm run dev # starts the stdio server directly
npm run inspect # opens MCP Inspector against the server for manual testingレイアウト
.mcp.json Task 1 & 2 — project-level server config
.env.example Task 2 — template for the secret .mcp.json expands
docs/user-level-config.md Task 3 — template + steps for ~/.claude.json
src/server.ts Task 4 & 5 — custom MCP server with resource/tool stubsTool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
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 Connectors
Create guides as MCP servers to instruct coding agents to use your software (library, API, etc).
A MCP server built for developers enabling Git based project management with project and personal…
Create, deploy, and operate MCP servers directly from your GitHub repositories.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceA production-ready development scaffold for MCP servers, optimized for Cursor IDE with built-in tools, resources, and prompts that enables quick development of Model Context Protocol servers with 5-minute startup and 10-minute development capabilities.26MIT
- FlicenseNot gradedqualityDmaintenanceA basic MCP server template that provides a foundation for building custom tools, resources, and prompts. Serves as a starting point for developers to create their own MCP server functionality.-
- FlicenseNot gradedqualityDmaintenanceA minimal, well-documented MCP server boilerplate providing a reusable baseline with tools, resources, prompts, and extensive documentation for building custom MCP servers.-
- AlicenseBqualityDmaintenanceHelps users easily create new MCP servers by providing documentation, templates, and tools to generate complete server files and configuration.21MIT
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/aleksandr-loshkarev/mcp_server_integration'
If you have feedback or need assistance with the MCP directory API, please join our Discord server