MCP.so
ログイン
サーバー

Glide to n8n MCP Adapter

@mows21

MCP server that connects Glide API requests to n8n workflows using the Model Context Protocol

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

{
  "mcpServers": {
    "glide-n8n-mcp-adapter": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        "venv"
      ]
    }
  }
}

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