MCP.so
ログイン

mcp-server-template

@narumiruna

mcp-server-template について

概要はまだありません

基本情報

カテゴリ

開発者ツール

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

narumiruna

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcpservertemplate": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/narumiruna/mcp-server-template",
        "mcpservertemplate"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is mcp-server-template?

How to use mcp-server-template?

The server is configured in the MCP client settings using the mcpServers object with command and args. Example configurations are provided for installation via GitHub (uvx --from git+https://github.com/narumiruna/mcp-server-template mcpservertemplate), PyPI (uvx mcpservertemplate@latest), and local directory (uv run --directory /home/<user>/workspace/mcp-server-template mcpservertemplate).

Key features of mcp-server-template

Use cases of mcp-server-template

FAQ from mcp-server-template

コメント

「開発者ツール」の他のコンテンツ