YT

YTMicro · 云途半导体

MCP 服务器

MCP Server

云途 MCP 服务器

YTMicro MCP Server

为 AI 编程助手提供 YTM32 芯片官方文档检索能力,涵盖参考手册、数据手册与论坛问答。

Semantic search over YTM32 reference manuals, datasheets, and forum Q&A for your AI coding assistants.

YTMicro FAE 文档问答

YTMicro FAE Documentation

检索云途 YTM32 系列技术文档,获取芯片相关问题解答。

Search YTM32 technical documentation and get answers about supported chips.

功能

What you can do

  • 检索参考手册 (RM)、数据手册 (DS) 与官方论坛内容
  • 查询外设、寄存器、电气参数、封装等技术细节
  • 自动识别问题中的芯片型号(16 款 YTM32 支持)
  • 返回答案及可追溯的参考来源链接
  • Search reference manuals (RM), datasheets (DS), and forum posts
  • Ask about peripherals, registers, electrical specs, and packages
  • Auto-detect chip model in your question (16 YTM32 parts)
  • Get answers with traceable reference links

工作原理

How it works

服务器提供工具 query_chip_docs(question),对云途文档库进行 RAG 语义检索,返回最相关的片段与官方参考链接,供 AI 助手引用。

The server exposes query_chip_docs(question) for RAG retrieval against YTMicro docs, returning relevant fragments and official reference links.

支持芯片

Supported chips

YTM32B1HA0xYTM32B1HA1xYTM32B1HB0xYTM32B1LD0xYTM32B1LE0xYTM32B1LE1xYTM32B1MC0xYTM32B1MD1xYTM32B1MD2xYTM32B1ME0xYTM32B1ME1xYTM32Z1LS0xYTM32Z1LS1xYTM32Z1MC0xYTM32Z1MD0xYTM32Z1ME0x
连接后需要验证(Casdoor 账号 OAuth)。 Verification required after connecting (Casdoor OAuth).

服务器地址

Server URL

https://account.ytmicro.com/auth/mcp

一键安装 — 点击下方按钮自动添加到 Cursor

Automated install — click to add this server to Cursor

手动配置 (mcp.json)

Manual config (mcp.json)

{
  "mcpServers": {
    "yt-fae": {
      "url": "https://account.ytmicro.com/auth/mcp"
    }
  }
}

VS Code 配置

VS Code config

{
  "mcp": {
    "servers": {
      "yt-fae": {
        "type": "http",
        "url": "https://account.ytmicro.com/auth/mcp"
      }
    }
  }
}

终端命令

Terminal command

claude mcp add --transport http "yt-fae" "https://account.ytmicro.com/auth/mcp"

终端命令

Terminal command

codex mcp add yt-fae --url "https://account.ytmicro.com/auth/mcp"

终端命令

Terminal command

gemini mcp add --transport http yt-fae https://account.ytmicro.com/auth/mcp

手动配置 (mcp_config.json)

Manual config (mcp_config.json)

{
  "mcpServers": {
    "yt-fae": {
      "serverUrl": "https://account.ytmicro.com/auth/mcp"
    }
  }
}