MCP.so
ログイン

My MCP Server

@kfischer-okarin

My MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

ruby

トランスポート

stdio

公開者

kfischer-okarin

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

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

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

概要

What is My MCP Server?

How to use My MCP Server?

Install dependencies with just install, copy .env.template to .env and fill in necessary values, then add the JSON configuration to your MCP client (e.g., Claude) as shown in the README.

Key features of My MCP Server

Use cases of My MCP Server

FAQ from My MCP Server

What are the requirements for My MCP Server?

(Technically optional) just for easy command execution. Ruby gems are installed via just install.

How do I set environment variables for My MCP Server?

Copy .env.template to .env and add all necessary values.

How do I add My MCP Server to an MCP client (e.g., Claude)?

Add the following JSON to your MCP client configuration, adjusting the absolute path:

{
  "mcpServers": {
    "my_mcp_server": {
      "command": "just",
      "args": [
        "-f",
        "/absolute/path/to/my-mcp-server/Justfile",
        "run"
      ]
    }
  }
}

コメント

「その他」の他のコンテンツ