MCP.so
ログイン
サーバー

Mcp Server Js

@yepcode

MCP server that exposes YepCode processes as callable tools for AI platforms. Securely connect AI assistants to your YepCode workflows, APIs, and automations.

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

{
  "mcpServers": {
    "yepcode-mcp-server-stdio": {
      "command": "npx",
      "args": [
        "-y",
        "@yepcode/mcp-server"
      ],
      "env": {
        "YEPCODE_API_TOKEN": "your_api_token_here"
      }
    }
  },
  "yepcode-mcp-server-sse": {
    "url": "https://cloud.yepcode.io/mcp/sk-c2E....RD/sse"
  }
}

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