pirate-borg-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pirate-borg-mcpMake a Pirate Borg NPC: a corsair captain."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: MCP Dice Roller
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)Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
- 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