Yggdrasil
MCP ServersMCP 伺服器 SKILLs技能 Bundles解決方案 Asgard AI SolutionAsgard AI 方案 Contribute貢獻 GitHub

Contribute to Yggdrasil貢獻到 Yggdrasil

What You Can Contribute你可以貢獻什麼

  • + Add a new MCP Server entry新增 MCP 伺服器條目
  • + Add a new SKILL entry新增技能條目
  • + Improve existing descriptions or translations改善現有描述或翻譯
  • + Report bugs or suggest improvements回報錯誤或建議改善

3-Step Process三步驟流程

1
Fork
Fork the repository on GitHub在 GitHub 上 Fork 倉庫
2
Add YAML新增 YAML
Add your entry to the data files在資料檔中新增你的條目
3
Submit PR提交 PR
CI validates automaticallyCI 自動驗證

MCP Server TemplateMCP 伺服器模板

- slug: mcp-your-service
  name: "Your Service"
  description:
    en: "MCP Server for Your Service API"
    zh: "Your Service API 的 MCP Server"
  status: coming-soon
  category: ecommerce
  region: global
  github: https://github.com/your-org/mcp-your-service
  tags: [your, tags]
  maintainer: your-github-handle

SKILL Template技能模板

- slug: skill-your-domain-task
  name: "Your SKILL Name"
  description:
    en: "What this SKILL does"
    zh: "這個 SKILL 做什麼"
  status: coming-soon
  category: methodology
  skill_type: methodology
  region: global
  github: https://github.com/your-org/skills/tree/main/skill-your-domain-task
  tags: [your, tags]
  maintainer: your-github-handle

Naming Conventions命名規範

  • mcp-{service-name} for MCP Servers (lowercase, hyphens) 用於 MCP 伺服器(小寫、連字號)
  • skill-{domain}-{task} for SKILLs (lowercase, hyphens) 用於技能(小寫、連字號)
  • Taiwan-specific services: add台灣特定服務:加上 taiwan tag 標籤
  • Slugs must be unique across the entire datasetSlug 在整個資料集中必須唯一