MCP Catalogs
首页

mcp

by yandex-cloud·30·综合分 44

一组用于管理 Yandex Cloud 基础设施的 MCP 服务器,包括部署、无服务器和数据平台服务。

ops-infradeveloper-toolscloud-storage
1
Forks
1
活跃 Issue
1 个月前
最近提交
2 天前
收录于

概述

Yandex Cloud MCP 服务器项目提供了一套全面的模型上下文协议 (MCP) 服务器,使 AI 助手能够与各种 Yandex Cloud 服务进行交互。这些服务器被组织成几个类别,包括部署工具、搜索和知识资源、无服务器计算服务以及数据平台工具。每个服务器都实现了 MCP 协议,通过标准化的工具接口暴露特定的云管理功能,使用户能够通过对话式 AI 界面管理基础设施。

试试问 AI

装完之后,这里有 7 个你可以让 AI 做的事:

:通过对话式 AI 界面管理 Yandex Cloud 基础设施
:使用 AI 助手自动化云部署和配置
:搜索和访问 Yandex Cloud 文档和网络资源
:在 AI 指导下开发和部署无服务器应用程序
:如何认证 Yandex Cloud MCP 服务器?
:使用这些服务器需要安装 Yandex Cloud CLI 吗?
:这个项目包含多少个 MCP 服务器?

什么时候选它

如果您已经在使用Yandex Cloud并希望将其服务直接集成到AI工作流中,或通过自然语言界面管理云基础设施,请选择这些服务器。

什么时候不要选它

如果您需要多云支持或已锁定在竞争的云提供商中,请避免使用这些服务器,因为此解决方案专用于Yandex Cloud,互操作性有限。

此 server 暴露的工具

从 README 抽取出 12 个工具(置信度较低)
  • create_function

    Create a new serverless function in Yandex Cloud

  • deploy_function

    Deploy a serverless function to Yandex Cloud

  • create_container

    Deploy a new serverless container in Yandex Cloud

  • create_trigger

    Create an event-driven trigger for serverless functions or containers

  • create_workflow

    Create a serverless workflow with YAML specifications

  • search_documentation

    Search Yandex Cloud documentation in real-time

  • web_search

    Search the web using Yandex Search

  • create_deployment

    Deploy a simple application with Compute, VPC, IAM, and Storage

  • search_tables

    Search for tables and views in the data catalog

  • create_api_gateway

    Create and manage API gateways with OpenAPI specs

  • create_mcp_gateway

    Configure MCP gateways that invoke functions, containers, and workflows

  • create_serverless_container

    Deploy a containerized application with revision management

说明:Inferred from server descriptions as the actual tool names are not explicitly listed in the main README. Each server's specific documentation would have the exact tool names and signatures.

可对比工具

aws-mcpgcp-mcpazure-openai-toolsterraform-mcp

安装

安装

选择以下认证方法之一:

NPM 客户端 (Stdio)

  1. 安装 Node.js 18.0.0 或更高版本
  2. 安装 Yandex Cloud CLI (可选,用于 CLI 认证)
  3. 配置您的 MCP 客户端 (例如 Claude Desktop):
{
  "mcpServers": {
    "yandex-cloud-toolkit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y", "@yandex-cloud/mcp",
        "-s", "toolkit"
      ]
    }
  }
}

流式 HTTP

  1. 使用 Yandex Cloud CLI 获取 IAM 令牌:

- 用户账户:yc iam create-token - 服务账户:yc iam create-token --impersonate-service-account-id <service-account-id>

  1. 配置您的 MCP 客户端:
{
  "mcpServers": {
    "yandex-cloud-toolkit": {
      "type": "streamableHttp",
      "url": "https://toolkit.mcp.cloud.yandex.net/mcp",
      "headers": {
        "Authorization": "Bearer <YC IAM Token>"
      }
    }
  }
}

FAQ

如何认证 Yandex Cloud MCP 服务器?
您可以通过 OAuth (基于浏览器) 使用 NPM 客户端进行认证,或者使用 IAM 令牌通过流式 HTTP 方法进行认证。推荐使用 OAuth 方法,不需要额外安装。
使用这些服务器需要安装 Yandex Cloud CLI 吗?
不需要,CLI 是可选的。只有在选择使用 CLI 方法进行认证或需要为 HTTP 认证方法获取 IAM 令牌时才需要安装。
这个项目包含多少个 MCP 服务器?
目前有 10 个专门的 MCP 服务器,涵盖部署、搜索与知识、无服务器 (6 种不同服务) 和数据平台类别。

mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。