Skip to main content
Glama
Jamickin

mod-dev-mcp

by Jamickin

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
build_mod

Runs dotnet build on a tModLoader mod project and returns structured diagnostics. Builds are two-pass: an ordinary C# compile, then a nested tModLoader packaging step that produces the .tmod file - both passes' errors are parsed and returned.

format_mod

Runs CSharpier (dotnet csharpier) on a mod project to format or check formatting.

tail_tmodloader_log

Reads the tail of tModLoader's client or server log for post-playtest error checking.

check_environmentA

Reports whether the .NET SDK, ModSources targets file, and mod symlinks are correctly wired up, so a session can tell if the build environment is still in a working state.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion between tools. The single tool has a clear, distinct purpose.

Naming Consistency5/5

The single tool 'check_environment' follows a consistent verb_noun pattern, which is clear and predictable.

Tool Count2/5

A single tool for a mod development server is too few; a server of this scope would typically require multiple tools for building, testing, and managing configurations.

Completeness2/5

The tool only checks the environment status, leaving out essential operations like building or deploying mods, which are likely needed for the server's purpose.

Maintenance

ActivityStale
ResponsivenessNo issues