loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

terminal-buddies-mcp

MCP Tool

herebedragonsai/terminal-buddies-mcp

MCP server & integrations for Terminal Buddies — bring your ASCII companion into any coding terminal. terminalbuddies.com

Install

$ npx loaditout add herebedragonsai/terminal-buddies-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "terminal-buddies-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "terminal-buddies-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

Terminal Buddies — MCP Server & Integrations

Bring your Terminal Buddy into your coding sessions. This repo contains the MCP server, install script, and OpenClaw skill.

       ▄███▄
      ██░░░██
     ██░░░░░██
    ██░░░░░░░██        Hatch at terminalbuddies.com
   ██░░░░░░░░░██       then bring them here.
   ██░░░░░░░░░██
   ██░░░░░░░░░██
    ██░░░░░░░██
     ██░░░░░██
       ▀███▀
What is this

Terminal Buddies are tiny ASCII companions you hatch at terminalbuddies.com. Each one has a species, stats, rarity, and personality. This MCP server injects your buddy's personality into your coding sessions so your AI assistant knows who your buddy is.

Works with: Claude Code, Cursor, Gemini CLI, VS Code (Continue/Cline), Windsurf, Zed, and any MCP-compatible tool.

Quick install
curl -sL terminalbuddies.com/install.sh | bash

This creates ~/.claude/buddy-mcp/, downloads the server, installs the MCP SDK, and registers with your terminal.

Then hatch a buddy, click Use in Terminal, download buddy.json, and save it to ~/.claude/buddy-mcp/.

Manual install
# Create the server directory
mkdir -p ~/.claude/buddy-mcp && cd ~/.claude/buddy-mcp

# Download the server
curl -sL terminalbuddies.com/mcp/server.mjs -o server.mjs
curl -sL terminalbuddies.com/mcp/package.json -o package.json

# Install dependency
npm install

# Register (Claude Code example — see below for other tools)
claude mcp add buddy -- node ~/.claude/buddy-mcp/server.mjs
Other tools

<details> <summary><strong>Cursor</strong></summary>

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "buddy": {
      "command": "node",
      "args": ["~/.cursor/buddy-mcp/server.mjs"]
    }
  }
}

</details>

<details> <summary><strong>Gemini CLI</strong></summary>

Add to ~/.gemini/settings.json:

{
  "mcpServers": {
    "buddy": {
      "command": "n

Tags

ascii-artclaude-codecoding-toolscompanioncursorgemini-climcpmcp-serveropenclawterminal

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated14 days ago
Security: AREADME
New

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/1/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/herebedragonsai/terminal-buddies-mcp)](https://loaditout.ai/skills/herebedragonsai/terminal-buddies-mcp)