pirate-borg-mcp
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 buildConnecting 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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