### Multi-Server Claude Desktop Configuration Example Source: https://context7.com/yandex-cloud/mcp.git/llms.txt A comprehensive configuration example for Claude Desktop, registering multiple Yandex Cloud MCP servers simultaneously. Each server targets a different Yandex Cloud service area. ```json { "mcpServers": { "yandex-cloud-toolkit": { "type": "stdio", "command": "npx", "args": ["-y", "@yandex-cloud/mcp", "-s", "toolkit", "-H", "Folder-Id:b1gcthf5o9dlkjh456cd"] }, "yandex-cloud-documentation": { "type": "stdio", "command": "npx", "args": ["-y", "@yandex-cloud/mcp", "-s", "docs", "--no-auth"] }, "yandex-cloud-functions": { "type": "stdio", "command": "npx", "args": ["-y", "@yandex-cloud/mcp", "-s", "functions", "-H", "Folder-Id:b1gcthf5o9dlkjh456cd"] }, "yandex-cloud-containers": { "type": "stdio", "command": "npx", "args": ["-y", "@yandex-cloud/mcp", "-s", "containers", "-H", "Folder-Id:b1gcthf5o9dlkjh456cd"] }, "yandex-search": { "type": "stdio", "command": "npx", "args": ["-y", "@yandex-cloud/mcp", "-s", "search", "-H", "Folder-Id:b1gcthf5o9dlkjh456cd"] }, "yandex-cloud-datacatalog-consumer": { "type": "stdio", "command": "npx", "args": ["-y", "@yandex-cloud/mcp", "-s", "datacatalog-consumer"] } } } ``` -------------------------------- ### Configure Yandex Cloud MCP Gateway MCP Server (NPM Client) Source: https://context7.com/yandex-cloud/mcp.git/llms.txt Configure the NPM client for Yandex Cloud MCP Gateway MCP server. This setup is used for managing MCP Gateways. ```json { "mcpServers": { "yandex-cloud-mcpgateway": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "mcpgateway", "-H", "Folder-Id:b1gcthf5o9dlkjh456cd" ] } } } ``` -------------------------------- ### NPM Client Configuration for MCP Gateway Source: https://github.com/yandex-cloud/mcp.git/blob/master/servers/mcpgateway-mcp-server/README.md Configure the MCP server using the NPM client. This method supports OAuth or Yandex Cloud CLI authentication. Ensure Node.js is installed and the account has necessary roles. ```json { "mcpServers": { "yandex-cloud-mcpgateway": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "mcpgateway", "-H", "Folder-Id:" ] } } } ``` -------------------------------- ### NPM Client Configuration for Containers MCP Source: https://context7.com/yandex-cloud/mcp.git/llms.txt Configure the NPM client to interact with the Yandex Cloud Containers MCP. This setup is useful for command-line operations and scripting. ```json { "mcpServers": { "yandex-cloud-containers": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "containers", "-H", "Folder-Id:b1gcthf5o9dlkjh456cd" ] } } } ``` -------------------------------- ### Configure Yandex Cloud Workflows MCP Server (NPM Client) Source: https://context7.com/yandex-cloud/mcp.git/llms.txt Configure the NPM client for Yandex Cloud Workflows MCP server. This setup is used for managing serverless workflows. ```json { "mcpServers": { "yandex-cloud-workflows": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "workflows", "-H", "Folder-Id:b1gcthf5o9dlkjh456cd" ] } } } ``` -------------------------------- ### Configure Yandex Cloud API Gateway MCP Server (NPM Client) Source: https://context7.com/yandex-cloud/mcp.git/llms.txt Configure the NPM client for Yandex Cloud API Gateway MCP server. This setup is used for managing API Gateways. ```json { "mcpServers": { "yandex-cloud-apigateway": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "apigateway", "-H", "Folder-Id:b1gcthf5o9dlkjh456cd" ] } } } ``` -------------------------------- ### Configure NPM Client for Yandex Cloud Toolkit MCP Server Source: https://github.com/yandex-cloud/mcp.git/blob/master/servers/toolkit-mcp-server/README.md Configure the assistant to use the NPM client for Yandex Cloud Toolkit MCP Server. This method supports OAuth or Yandex Cloud CLI authentication. Ensure Node.js 18.0.0 or higher is installed. ```json { "mcpServers": { "yandex-cloud-toolkit": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "toolkit", "-H", "Cloud-Id:", "-H", "Folder-Id:" ] } } } ``` -------------------------------- ### Configure NPM Client for MCP Servers Source: https://github.com/yandex-cloud/mcp.git/blob/master/README.md Use this JSON configuration to connect your assistant to Yandex Cloud MCP servers via the NPM client. It supports OAuth or Yandex Cloud CLI authentication. Ensure Node.js is installed and necessary Yandex Cloud roles are assigned. ```json { "mcpServers": { "yandex-cloud-toolkit": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "toolkit" ] } } } ``` -------------------------------- ### NPM Client Configuration for Triggers MCP Source: https://context7.com/yandex-cloud/mcp.git/llms.txt Configure the NPM client to interact with the Yandex Cloud Triggers MCP. This setup is useful for command-line operations and scripting for triggers. ```json { "mcpServers": { "yandex-cloud-triggers": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "triggers", "-H", "Folder-Id:b1gcthf5o9dlkjh456cd" ] } } } ``` -------------------------------- ### Configure NPM Client for API Gateway MCP Source: https://github.com/yandex-cloud/mcp.git/blob/master/servers/apigateway-mcp-server/README.md Configure the NPM client for the Yandex Cloud API Gateway MCP server. This method supports OAuth or Yandex Cloud CLI authentication. Ensure Node.js 18.0.0 or higher is installed. ```json { "mcpServers": { "yandex-cloud-apigateway": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "apigateway", "-H", "Folder-Id:" ] } } } ``` -------------------------------- ### Configure NPM Client for Yandex Cloud Functions MCP Server Source: https://github.com/yandex-cloud/mcp.git/blob/master/servers/functions-mcp-server/README.md Configure your assistant to use the NPM client for Yandex Cloud Functions MCP Server. This method supports OAuth or Yandex Cloud CLI authentication. Ensure Node.js 18.0.0+ is installed. ```json { "mcpServers": { "yandex-cloud-functions": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "functions", "-H", "Folder-Id:" ] } } } ``` -------------------------------- ### Configure NPM Client Server Source: https://github.com/yandex-cloud/mcp.git/blob/master/servers/documentation-mcp-server/README.md Add this configuration to your assistant to connect to the Yandex Cloud Documentation MCP Server using the NPM client. Requires Node.js 18.0.0 or higher. ```json { "mcpServers": { "yandex-cloud-documentation": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "docs", "--no-auth" ] } } } ``` -------------------------------- ### Configure Yandex Search MCP Server (NPM Client) Source: https://context7.com/yandex-cloud/mcp.git/llms.txt Configure the Yandex Search MCP server using the NPM client. Requires the 'search-api.webSearch.user' role in the specified folder. ```json { "mcpServers": { "yandex-search": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "search", "-H", "Folder-Id:b1gcthf5o9dlkjh456cd" ] } } } ``` -------------------------------- ### Configure Streamable HTTP Server Source: https://github.com/yandex-cloud/mcp.git/blob/master/servers/documentation-mcp-server/README.md Add this configuration to your assistant to connect to the Yandex Cloud Documentation MCP Server via HTTP. ```json { "mcpServers": { "yandex-cloud-documentation": { "type": "streamableHttp", "url": "https://docs.mcp.cloud.yandex.net/mcp" } } } ``` -------------------------------- ### Configure NPM Client for Data Catalog Consumer Source: https://github.com/yandex-cloud/mcp.git/blob/master/servers/datacatalog-consumer-mcp-server/README.md Use this JSON configuration to set up the Data Catalog Consumer MCP Server via NPM client. It specifies the command and arguments for running the MCP package. ```json { "mcpServers": { "yandex-cloud-datacatalog-consumer": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "datacatalog-consumer" ] } } } ``` -------------------------------- ### Streamable HTTP Configuration for Data Catalog Consumer Source: https://context7.com/yandex-cloud/mcp.git/llms.txt Configure a Streamable HTTP connection to the Data Catalog Consumer MCP server. Ensure the Authorization header is correctly set. ```json { "mcpServers": { "yandex-cloud-data-catalog": { "type": "streamableHttp", "url": "https://datacatalog-consumer.mcp.cloud.yandex.net/mcp", "headers": { "Authorization": "Bearer t1.9euelZqO..." } } } } ``` -------------------------------- ### Configure Yandex Search MCP Server (Streamable HTTP) Source: https://context7.com/yandex-cloud/mcp.git/llms.txt Configure the Yandex Search MCP server using Streamable HTTP. Requires 'Authorization' and 'Folder-Id' headers. The 'search' tool performs classic keyword search, while 'search_generative' uses a chat-completion format. ```json { "mcpServers": { "yandex-search": { "type": "streamableHttp", "url": "https://search.mcp.cloud.yandex.net/mcp", "headers": { "Authorization": "Bearer t1.9euelZqO...", "Folder-Id": "b1gcthf5o9dlkjh456cd" } } } } ``` -------------------------------- ### Yandex Cloud Documentation MCP Server Source: https://context7.com/yandex-cloud/mcp.git/llms.txt Provides real-time, free access to the official Yandex Cloud documentation via generative search. No authentication is required. ```APIDOC ## Documentation MCP Server — Generative Doc Search Provides real-time, free access to the official Yandex Cloud documentation via generative search. No authentication is required; the server is publicly available. Contains one tool: `documentation_generative_search`. ### Configuration Examples: **Streamable HTTP:** ```json { "mcpServers": { "yandex-cloud-documentation": { "type": "streamableHttp", "url": "https://docs.mcp.cloud.yandex.net/mcp" } } } ``` **NPM Client:** ```json { "mcpServers": { "yandex-cloud-documentation": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "docs", "--no-auth" ] } } } ``` ### Example AI Prompts: - "How do I install the YC CLI?" → `documentation_generative_search` - "How to configure Terraform for Yandex Cloud?" → `documentation_generative_search` - "What is a service account in Yandex Cloud?" → `documentation_generative_search` ``` -------------------------------- ### Configure Streamable HTTP for Yandex Cloud Containers Source: https://github.com/yandex-cloud/mcp.git/blob/master/servers/containers-mcp-server/README.md Configure the assistant to use Streamable HTTP for managing Yandex Cloud Serverless Containers. Requires an IAM token for authorization. ```json { "mcpServers": { "yandex-cloud-containers": { "type": "streamableHttp", "url": "https://containers.mcp.cloud.yandex.net/mcp", "headers": { "Authorization": "Bearer ", "Folder-Id": "" } } } } ``` -------------------------------- ### Configure NPM Client for Yandex Cloud Containers Source: https://github.com/yandex-cloud/mcp.git/blob/master/servers/containers-mcp-server/README.md Configure the assistant to use the NPM client for managing Yandex Cloud Serverless Containers. This method supports OAuth or Yandex Cloud CLI authentication. ```json { "mcpServers": { "yandex-cloud-containers": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "containers", "-H", "Folder-Id:" ] } } } ``` -------------------------------- ### Configure NPM Client for Workflows MCP Server Source: https://github.com/yandex-cloud/mcp.git/blob/master/servers/workflows-mcp-server/README.md Use this JSON configuration to set up the NPM client for the Yandex Cloud Workflows MCP Server. It specifies the command to run the MCP package and includes arguments for type, server, and optional folder ID. ```json { "mcpServers": { "yandex-cloud-workflows": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "workflows", "-H", "Folder-Id:" ] } } } ``` -------------------------------- ### NPM Client Configuration for Yandex Search MCP Server Source: https://github.com/yandex-cloud/mcp.git/blob/master/servers/search-mcp-server/README.md Configure your assistant to use the Yandex Search MCP Server via NPM. This method supports OAuth or Yandex Cloud CLI authentication. Ensure your account has the 'search-api.webSearch.user' role. ```json { "mcpServers": { "yandex-search": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "search", "-H", "Folder-Id:" ] } } } ``` -------------------------------- ### Configure Yandex Cloud Functions MCP Server (NPM Client) Source: https://context7.com/yandex-cloud/mcp.git/llms.txt Configure the Yandex Cloud Functions MCP server using the NPM client. Requires 'editor' or 'functions.admin' role. ```json { "mcpServers": { "yandex-cloud-functions": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "functions", "-H", "Folder-Id:b1gcthf5o9dlkjh456cd" ] } } } ``` -------------------------------- ### Configure Yandex Cloud Workflows MCP Server (Streamable HTTP) Source: https://context7.com/yandex-cloud/mcp.git/llms.txt Configure the Streamable HTTP client for Yandex Cloud Workflows MCP server. This is an alternative to the NPM client for managing serverless workflows. ```json { "mcpServers": { "yandex-cloud-workflows": { "type": "streamableHttp", "url": "https://workflows.mcp.cloud.yandex.net/mcp", "headers": { "Authorization": "Bearer t1.9euelZqO...", "Folder-Id": "b1gcthf5o9dlkjh456cd" } } } } ``` -------------------------------- ### Streamable HTTP Configuration for Yandex Search MCP Server Source: https://github.com/yandex-cloud/mcp.git/blob/master/servers/search-mcp-server/README.md Configure your assistant to use the Yandex Search MCP Server via Streamable HTTP. This requires an IAM token and the 'search-api.webSearch.user' role. The IAM token has a 12-hour lifespan. ```json { "mcpServers": { "yandex-search": { "type": "streamableHttp", "url": "https://search.mcp.cloud.yandex.net/mcp", "headers": { "Authorization": "Bearer ", "Folder-Id": "" } } } } ``` -------------------------------- ### Configure NPM Client for Triggers MCP Server Source: https://github.com/yandex-cloud/mcp.git/blob/master/servers/triggers-mcp-server/README.md Configure your assistant to use the NPM client for managing Yandex Cloud Serverless Triggers. This method supports OAuth or Yandex Cloud CLI authentication. ```json { "mcpServers": { "yandex-cloud-triggers": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "triggers", "-H", "Folder-Id:" ] } } } ``` -------------------------------- ### Configure Yandex Cloud MCP Gateway MCP Server (Streamable HTTP) Source: https://context7.com/yandex-cloud/mcp.git/llms.txt Configure the Streamable HTTP client for Yandex Cloud MCP Gateway MCP server. This is an alternative to the NPM client for managing MCP Gateways. ```json { "mcpServers": { "yandex-cloud-mcpgateway": { "type": "streamableHttp", "url": "https://mcpgateway.mcp.cloud.yandex.net/mcp", "headers": { "Authorization": "Bearer t1.9euelZqO...", "Folder-Id": "b1gcthf5o9dlkjh456cd" } } } } ``` -------------------------------- ### Configure Streamable HTTP for Yandex Cloud Toolkit MCP Server Source: https://github.com/yandex-cloud/mcp.git/blob/master/servers/toolkit-mcp-server/README.md Configure the assistant to use Streamable HTTP for Yandex Cloud Toolkit MCP Server. This method requires an IAM token for authorization and optionally accepts Cloud-Id and Folder-Id headers. ```json { "mcpServers": { "yandex-cloud-toolkit": { "type": "streamableHttp", "url": "https://toolkit.mcp.cloud.yandex.net/mcp", "headers": { "Authorization": "Bearer ", "Cloud-Id": "", "Folder-Id": "" } } } } ``` -------------------------------- ### MCP Server Configuration: NPM Client (stdio) Source: https://context7.com/yandex-cloud/mcp.git/llms.txt Configure MCP servers to use the NPM client for stdio transport. This method supports OAuth auto-login and requires Node.js 18+. Ensure the correct command and arguments are provided for the desired MCP server. ```json { "mcpServers": { "yandex-cloud-toolkit": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "toolkit", "-H", "Cloud-Id:b1g8jvfnmkjdkjh123ab", "-H", "Folder-Id:b1gcthf5o9dlkjh456cd" ] } } } ``` ```json { "mcpServers": { "yandex-cloud-toolkit": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "toolkit", "-H", "Folder-Id:b1gcthf5o9dlkjh456cd" ] } } } ``` -------------------------------- ### Streamable HTTP Configuration for MCP Gateway Source: https://github.com/yandex-cloud/mcp.git/blob/master/servers/mcpgateway-mcp-server/README.md Configure the MCP server using Streamable HTTP. This requires an IAM token for authentication and specifies the gateway URL. The IAM token has a 12-hour lifespan and must be rotated. ```json { "mcpServers": { "yandex-cloud-mcpgateway": { "type": "streamableHttp", "url": "https://mcpgateway.mcp.cloud.yandex.net/mcp", "headers": { "Authorization": "Bearer ", "Folder-Id": "" } } } } ``` -------------------------------- ### Configure Yandex Cloud Functions MCP Server (Streamable HTTP) Source: https://context7.com/yandex-cloud/mcp.git/llms.txt Configure the Yandex Cloud Functions MCP server using Streamable HTTP. Requires 'Authorization' and 'Folder-Id' headers. This server manages the lifecycle of Yandex Cloud Serverless Functions. ```json { "mcpServers": { "yandex-cloud-functions": { "type": "streamableHttp", "url": "https://functions.mcp.cloud.yandex.net/mcp", "headers": { "Authorization": "Bearer t1.9euelZqO...", "Folder-Id": "b1gcthf5o9dlkjh456cd" } } } } ``` -------------------------------- ### Configure Yandex Cloud API Gateway MCP Server (Streamable HTTP) Source: https://context7.com/yandex-cloud/mcp.git/llms.txt Configure the Streamable HTTP client for Yandex Cloud API Gateway MCP server. This is an alternative to the NPM client for managing API Gateways. ```json { "mcpServers": { "yandex-cloud-apigateway": { "type": "streamableHttp", "url": "https://apigateway.mcp.cloud.yandex.net/mcp", "headers": { "Authorization": "Bearer t1.9euelZqO...", "Folder-Id": "b1gcthf5o9dlkjh456cd" } } } } ``` -------------------------------- ### Configure Streamable HTTP for Workflows MCP Server Source: https://github.com/yandex-cloud/mcp.git/blob/master/servers/workflows-mcp-server/README.md This JSON configuration enables integration with the Yandex Cloud Workflows MCP Server via Streamable HTTP. It requires a URL and authorization headers, including an IAM token and an optional Folder ID. ```json { "mcpServers": { "yandex-cloud-workflows": { "type": "streamableHttp", "url": "https://workflows.mcp.cloud.yandex.net/mcp", "headers": { "Authorization": "Bearer ", "Folder-Id": "" } } } } ``` -------------------------------- ### Configure Streamable HTTP for Triggers MCP Server Source: https://github.com/yandex-cloud/mcp.git/blob/master/servers/triggers-mcp-server/README.md Configure your assistant to use Streamable HTTP for managing Yandex Cloud Serverless Triggers. This method requires an IAM token for authorization. ```json { "mcpServers": { "yandex-cloud-triggers": { "type": "streamableHttp", "url": "https://triggers.mcp.cloud.yandex.net/mcp", "headers": { "Authorization": "Bearer ", "Folder-Id": "" } } } } ``` -------------------------------- ### Configure Streamable HTTP for MCP Servers Source: https://github.com/yandex-cloud/mcp.git/blob/master/README.md This JSON configuration enables connection to Yandex Cloud MCP servers using Streamable HTTP. It requires a Yandex Cloud IAM token for authentication, which has a 12-hour lifespan and must be rotated. Ensure server-specific Yandex Cloud roles are assigned. ```json { "mcpServers": { "yandex-cloud-toolkit": { "type": "streamableHttp", "url": "https://toolkit.mcp.cloud.yandex.net/mcp", "headers": { "Authorization": "Bearer " } } } } ``` -------------------------------- ### Configure Streamable HTTP for Yandex Cloud Functions MCP Server Source: https://github.com/yandex-cloud/mcp.git/blob/master/servers/functions-mcp-server/README.md Configure your assistant to use Streamable HTTP for Yandex Cloud Functions MCP Server. This requires an IAM token obtained via Yandex Cloud CLI. The IAM token has a 12-hour lifespan. ```json { "mcpServers": { "yandex-cloud-functions": { "type": "streamableHttp", "url": "https://functions.mcp.cloud.yandex.net/mcp", "headers": { "Authorization": "Bearer ", "Folder-Id": "" } } } } ``` -------------------------------- ### Streamable HTTP Configuration for Containers MCP Source: https://context7.com/yandex-cloud/mcp.git/llms.txt Configure streamable HTTP access to the Yandex Cloud Containers MCP. This is suitable for applications requiring direct HTTP communication. ```json { "mcpServers": { "yandex-cloud-containers": { "type": "streamableHttp", "url": "https://containers.mcp.cloud.yandex.net/mcp", "headers": { "Authorization": "Bearer t1.9euelZqO...", "Folder-Id": "b1gcthf5o9dlkjh456cd" } } } } ``` -------------------------------- ### Configure Streamable HTTP for Data Catalog Source: https://github.com/yandex-cloud/mcp.git/blob/master/servers/datacatalog-consumer-mcp-server/README.md This JSON configuration enables connection to the Yandex Cloud Data Catalog MCP Server using Streamable HTTP. It requires a URL and an Authorization header with a Yandex Cloud IAM token. ```json { "mcpServers": { "yandex-cloud-data-catalog": { "type": "streamableHttp", "url": "https://datacatalog-consumer.mcp.cloud.yandex.net/mcp", "headers": { "Authorization": "Bearer " } } } } ``` -------------------------------- ### MCP Server Configuration: Streamable HTTP Source: https://context7.com/yandex-cloud/mcp.git/llms.txt Configure MCP servers for Streamable HTTP transport. This method requires a short-lived IAM token for authentication and specifies the URL and necessary headers. Obtain the IAM token using the 'yc iam create-token' command. ```json { "mcpServers": { "yandex-cloud-toolkit": { "type": "streamableHttp", "url": "https://toolkit.mcp.cloud.yandex.net/mcp", "headers": { "Authorization": "Bearer t1.9euelZqO...", "Cloud-Id": "b1g8jvfnmkjdkjh123ab", "Folder-Id": "b1gcthf5o9dlkjh456cd" } } } } ``` -------------------------------- ### Configure Streamable HTTP for API Gateway MCP Source: https://github.com/yandex-cloud/mcp.git/blob/master/servers/apigateway-mcp-server/README.md Configure the Streamable HTTP endpoint for the Yandex Cloud API Gateway MCP server. This method requires an IAM token for authorization and supports an optional Folder ID. The IAM token has a 12-hour lifespan. ```json { "mcpServers": { "yandex-cloud-apigateway": { "type": "streamableHttp", "url": "https://apigateway.mcp.cloud.yandex.net/mcp", "headers": { "Authorization": "Bearer ", "Folder-Id": "" } } } } ``` -------------------------------- ### Streamable HTTP Configuration for Triggers MCP Source: https://context7.com/yandex-cloud/mcp.git/llms.txt Configure streamable HTTP access to the Yandex Cloud Triggers MCP. This is suitable for applications requiring direct HTTP communication for triggers. ```json { "mcpServers": { "yandex-cloud-triggers": { "type": "streamableHttp", "url": "https://triggers.mcp.cloud.yandex.net/mcp", "headers": { "Authorization": "Bearer t1.9euelZqO...", "Folder-Id": "b1gcthf5o9dlkjh456cd" } } } } ``` -------------------------------- ### Functions MCP Server — Serverless Functions Source: https://context7.com/yandex-cloud/mcp.git/llms.txt Manages the full lifecycle of Yandex Cloud Serverless Functions, including creation, updates, deployment, and scaling policies. Requires `editor` or `functions.admin` role. ```APIDOC ## Functions MCP Server — Serverless Functions (Preview) Manages the full lifecycle of Yandex Cloud Serverless Functions: create/update/delete functions, deploy new versions with any supported runtime, manage tags, set scaling policies, and control network connectivity. Required role: `editor` or `functions.admin`. Contains 23 tools. ### Configuration Examples: **NPM Client configuration:** ```json { "mcpServers": { "yandex-cloud-functions": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "functions", "-H", "Folder-Id:b1gcthf5o9dlkjh456cd" ] } } } ``` **Streamable HTTP configuration:** ```json { "mcpServers": { "yandex-cloud-functions": { "type": "streamableHttp", "url": "https://functions.mcp.cloud.yandex.net/mcp", "headers": { "Authorization": "Bearer t1.9euelZqO...", "Folder-Id": "b1gcthf5o9dlkjh456cd" } } } } ``` ### Tool Reference (23 tools): - `function_get`, `functions_list`, `function_create`, `function_update`, `function_delete` - `runtimes_list` - `function_version_get`, `function_version_get_by_tag`, `function_versions_list` - `function_version_create`, `function_version_delete` - `function_tags_list`, `function_tag_set`, `function_tag_remove` - `function_scaling_policies_list`, `function_scaling_policy_set`, `function_scaling_policy_remove` - `function_operations_list`, `function_accesses_list`, `function_accesses_update` - `network_connected_resources_list`, `network_get`, `networks_list` ### Example AI Prompts: - "Create a new function 'data-processor' in folder b1g..." → `function_create` - "Deploy a Go 1.23 version of my function" → `function_version_create` - "Tag version xyz as 'production'" → `function_tag_set` - "Set 2 provisioned instances for my function" → `function_scaling_policy_set` ``` -------------------------------- ### Search MCP Server — Web Search Source: https://context7.com/yandex-cloud/mcp.git/llms.txt Performs web search using the Yandex Search API on the international `yandex.com` domain with EN localization. Requires the `search-api.webSearch.user` role. ```APIDOC ## Search MCP Server — Web Search (Generative & Classic) Performs web search using the Yandex Search API on the international `yandex.com` domain with EN localization. Required role: `search-api.webSearch.user` in the folder. Provides two tools: `search` (classic) and `search_generative` (chat-completion format). ### Configuration Examples: **NPM Client configuration:** ```json { "mcpServers": { "yandex-search": { "type": "stdio", "command": "npx", "args": [ "-y", "@yandex-cloud/mcp", "-s", "search", "-H", "Folder-Id:b1gcthf5o9dlkjh456cd" ] } } } ``` **Streamable HTTP configuration:** ```json { "mcpServers": { "yandex-search": { "type": "streamableHttp", "url": "https://search.mcp.cloud.yandex.net/mcp", "headers": { "Authorization": "Bearer t1.9euelZqO...", "Folder-Id": "b1gcthf5o9dlkjh456cd" } } } } ``` ### Tools: - `search` – classic keyword search via Yandex Search API - `search_generative` – generative search using user/assistant conversation format ### Example AI Prompts: - "Search for sites offering prompt-engineering lectures" → `search` - "Search for the Alice AI announcement" → `search_generative` ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.