Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Go Tools by Fabricators

FreeNot checked

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

GitHubEmbed

About

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

Installing Go Tools by Fabricators

This server has no published package — it is built from source. Open the repository and follow its README.

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

FAQ

Is Go Tools by Fabricators MCP free?

Yes, Go Tools by Fabricators MCP is free — one-click install via Unyly at no cost.

Does Go Tools by Fabricators need an API key?

No, Go Tools by Fabricators runs without API keys or environment variables.

Is Go Tools by Fabricators hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Go Tools by Fabricators in Claude Desktop, Claude Code or Cursor?

Open Go Tools by Fabricators on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Go Tools by Fabricators with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs