MCP.so
ログイン

Mcp Server

@imb96

Mcp Server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

imb96

設定

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

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/Users/gimminjae"
      ]
    },
    "google-calendar": {
      "command": "bash",
      "args": [
        "-c",
        "cd /Users/gimminjae/mcp/mcp-google-calendar && node index.js"
      ]
    }
  }
}

ツール

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

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

概要

What is Mcp Server?

How to use Mcp Server?

Configure Mcp Server in your claude_desktop_config.json under the mcpServers section.

Key features of Mcp Server

Use cases of Mcp Server

FAQ from Mcp Server

How do I configure Mcp Server?

Add an entry to the mcpServers object in claude_desktop_config.json with a command, arguments, and any required paths or environment settings.

What transport does Mcp Server use?

Does Mcp Server require authentication?

What are the system requirements for Mcp Server?

Where is my data stored?

コメント

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