-
securityF
license-
qualityA Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.
Last updated -
23
5
TypeScript
mcp-framework を使用して構築されたモデル コンテキスト プロトコル (MCP) サーバー。
このプロジェクトにはsrc/tools/ExampleTool.ts
にサンプルツールが付属しています。CLIを使用してツールを追加することもできます。
ツール構造の例:
name
が一意であり、npm の命名規則に従っていることを確認してください。version
を設定するdescription
、 author
、 license
などを追加します。bin
が正しいエントリファイルを指しているか確認する公開後、ユーザーはそれをクロードデスクトップクライアント(下記参照)に追加したり、npxで実行したりすることができます。
この構成を Claude Desktop 構成ファイルに追加します。
MacOS : ~/Library/Application Support/Claude/claude_desktop_config.json
Windows : %APPDATA%/Claude/claude_desktop_config.json
npm run build
を実行してコンパイルするThis server cannot be installed
モデル コンテキスト プロトコル (MCP) サーバーを構築するためのスターター テンプレート。開発者は、Claude Desktop と統合できるカスタム ツールを作成および追加できます。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/QuantGeekDev/mcp-framework-starter'
If you have feedback or need assistance with the MCP directory API, please join our Discord server