Command Palette

Search for a command to run...

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

Melty

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

MCP server with FTS5 full-text search over a SQLite export of a discord server.

GitHubEmbed

Описание

MCP server with FTS5 full-text search over a SQLite export of a discord server.

README

MCP server with FTS5 full-text search over a SQLite export of a discord server.

The canonical repo is hosted on Tangled at dunkirk.sh/melty.

Setup

bun install
cp .env.example .env
# Edit .env with your Discord token and guild ID

Export Discord data

bun run export # Exports messages to discord-export/melty.db (resumable)

After export completes, build the thread index:

bun run src/build-threads.ts

Run the MCP server

bun run mcp

Or configure it in your MCP client:

{
  "mcp": {
    "melty-discord": {
      "command": "bun",
      "args": ["run", "./src/mcp-server.ts"],
      "type": "stdio"
    }
  }
}

MCP Tools

Tool Description
search Full-text search across conversation threads (FTS5 with BM25 ranking). Start here.
get_thread Read full text of a thread by ID. Use after search.
channel_search Same as search but scoped to a specific channel.
get_messages Paginated raw message access within a channel, newest-first.
list_channels All channels with message counts, grouped by category.
stats Database statistics: total messages, threads, authors, date range.
query Raw read-only SQL against the database. Escape hatch.

Search syntax

Supports FTS5 query syntax:

  • word — matches any thread containing "word"
  • "exact phrase" — exact phrase match
  • search* — prefix match
  • apple AND banana — both terms required
  • apple OR banana — either term
  • apple NOT banana — exclude term

Optional filters: after/before (ISO-8601 timestamps), author (name substring).

© 2026-present Kieran Klukas

from github.com/taciturnaxolotl/melty

Установка Melty

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

▸ github.com/taciturnaxolotl/melty

FAQ

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

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

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

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

Melty — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

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

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

Похожие MCP

Compare Melty with

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

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

Автор?

Embed-бейдж для README

Похожее

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