Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Community Bot

БесплатноНе проверен

MCP server that provides tools to search and retrieve skills, badges, and evidence from the Gaia Skill Tree registry.

GitHubEmbed

Описание

MCP server that provides tools to search and retrieve skills, badges, and evidence from the Gaia Skill Tree registry.

README

An MCP-powered Discord Bot that interfaces with the Gaia Skill Tree canonical registry (gaia.json).

Architecture

This package implements a modular client-server structure:

  1. MCP Server (src/mcp-server.ts): Wraps /graph/gaia.json as a Model Context Protocol tool provider, exposing:
    • search_skills: Searches skills by name/description.
    • get_skill_by_name: Returns full metadata and evidence for a specific skill.
    • list_badges: Lists badge tiers and criteria.
    • verify_evidence: Audits/verifies evidence chains for a skill.
  2. Discord Bot (src/discord-bot.ts): Acts as the MCP client, spawning the MCP server as a subprocess and mapping Discord slash commands (/gaia <subcommand>) to tool execution.

Getting Started

Local Setup

  1. Copy .env.example to .env and fill in the variables:

    cp .env.example .env
    

    Required fields:

    • DISCORD_TOKEN: Your Discord Bot token.
    • DISCORD_CLIENT_ID: Your Discord application's client ID.
    • GAIA_GRAPH_URL: Optional (defaults to https://gaia.tiongson.co/graph/gaia.json).
  2. Install dependencies:

    npm install
    
  3. Build and compile:

    npm run build
    
  4. Start the Discord bot:

    npm start
    

Docker Setup

You can build and deploy the bot containerized with Docker:

# Build & start container
docker compose up -d --build

Ensure that the .env file is present in this directory before running docker compose.

from github.com/gaia-research/community-bot

Установка Community Bot

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/gaia-research/community-bot

FAQ

Community Bot MCP бесплатный?

Да, Community Bot MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Community Bot?

Нет, Community Bot работает без API-ключей и переменных окружения.

Community Bot — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Community Bot в Claude Desktop, Claude Code или Cursor?

Открой Community Bot на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Community Bot with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development