# blightmud_mcp

> MCP Client

This repository provides a Blightmud plugin that implements the MUD Client Protocol v2.1, supporting packages like client reporting, external MOO editing, and status bar updates. It also supports the early

## Overview

- **Category:** Developer Tools
- **Language:** Lua
- **Stars:** 9
- **Forks:** 1
- **Owner:** lisdude
- **GitHub:** https://github.com/lisdude/blightmud_mcp
- **Created:** 2020-05-25T05:08:10+00:00
- **Updated:** 2025-02-11T09:57:53+00:00
- **Source:** https://model-context-protocol.com/clients/blightmud-mcp-client-protocol-plugin

## Setup

## Setup
Within Blightmud:
1. `/add_plugin https://github.com/lisdude/blightmud_mcp`
2. `/enable_plugin blightmud_mcp`

## Tools

## Available Tools

1.  **MUD Client Protocol v2.1 Implementation**: Provides support for the MUD Client Protocol v2.1.
2.  **dns-com-vmoo-client**: Reports client name and version and sets @linelength based on terminal width.
3.  **dns-org-mud-moo-simpleedit**: Allows editing of MOO verbs and lists in an external editor.
4.  **dns-com-awns-status**: Writes arbitrary text to the client status bar.
5.  **LambdaMOO local editing protocol support**: Provides support for the early LambdaMOO local editing protocol for MOOs without MCP.
6.  **/mcp [setting] [value]**: Allows viewing or changing plugin options.
7.  **/linelen**: Sets your @linelength based on your terminal width.
8.  **/flush**: Resets the local editor by deleting intermediary .moo files.
9.  **/flush-all**: Deletes all intermediary .moo files, including those belonging to other Blightmud instances.
10. **/editing**: Displays a list of files currently open for editing.
