Skip to main content
Glama

pirate-borg-mcp

An MCP server for Pirate Borg. Gives an LLM the tools it needs to generate stat-accurate NPCs using the procedural tables from the rulebook.

Tools

create_character

Generates a Pirate Borg NPC. The LLM provides narrative fields (name, faction, description, attack, inventory); the server rolls all numerical values from the enemy generator tables: HP, morale, armor tier, and the five ability score modifiers (Strength, Agility, Presence, Toughness, Spirit).

The LLM can optionally override hp_tier (1–10) or armor_tier (0–3) — useful for intentionally tough or lightly armored characters.

Returns a formatted markdown stat block.

Setup

pnpm install
pnpm build

Connecting to Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "pirate-borg": {
      "command": "node",
      "args": ["/absolute/path/to/pirate-borg-mcp/dist/index.js"]
    }
  }
}

Development

pnpm dev   # runs src/index.ts directly with tsx (no build step)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/samhooker/pirate-borg-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server