Command Palette

Search for a command to run...

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

Go Tools by Fabricators

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

Reference documentation server for the Fabricators Go modules ecosystem covering auth, caching, routing, async jobs, ORM, and more.

GitHubEmbed

Описание

Reference documentation server for the Fabricators Go modules ecosystem covering auth, caching, routing, async jobs, ORM, and more.

README

Remote MCP server for the go-tools ecosystem.

Endpoint: https://go-tools.fabricators.ltd/mcp

Exposes four tools to any MCP client (Claude, Cursor, Windsurf, Copilot CLI, …):

Tool Description
list_modules All top-level modules with import paths and one-line descriptions
get_module(name) Complete docs for a module — API, examples, integration notes
search_modules(query) Full-text search across all module docs
get_ecosystem Integration diagram + design principles

Indexed modules (post-v1.1.0 consolidation): go-foundation (40+ pkg/ subpackages: auth, caching, routing, DI, FSM, jobs, logger, metrics, …), go-slipstream, go-warp/v1, go-wormhole.

Setup

pnpm install   # installs deps AND generates data.ts from go-tools-index.md

Local development

pnpm dev       # wrangler dev → http://localhost:8787/mcp

Test with MCP Inspector:

pnpm dlx @modelcontextprotocol/inspector@latest
# Connect to: http://localhost:8787/mcp

Deploy

pnpm deploy    # wrangler deploy → https://go-tools.fabricators.ltd/mcp

Connect from an MCP client

{
  "mcpServers": {
    "go-tools": {
      "url": "https://go-tools.fabricators.ltd/mcp"
    }
  }
}

Update the index

pnpm update-index   # re-embeds go-tools-index.md into data.ts
pnpm deploy         # redeploy

Architecture

  • Transport: Streamable HTTP (serve("/mcp")) — MCP 2025 standard, single POST /mcp endpoint
  • No auth — public documentation, no OAuth required
  • No external storage — index content is bundled into the Worker at deploy time
  • Durable ObjectsMcpAgent uses a DO for MCP session state (required by the protocol)

from github.com/fabricatorsltd/go-tools-mcp

Установка Go Tools by Fabricators

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

▸ github.com/fabricatorsltd/go-tools-mcp

FAQ

Go Tools by Fabricators MCP бесплатный?

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

Нужен ли API-ключ для Go Tools by Fabricators?

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

Go Tools by Fabricators — hosted или self-hosted?

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

Как установить Go Tools by Fabricators в Claude Desktop, Claude Code или Cursor?

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

Похожие MCP

Compare Go Tools by Fabricators with

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

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

Автор?

Embed-бейдж для README

Похожее

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