Skip to main content
Glama
jared-bloomer

jlbloomer-mcp-server

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
system_infoB

Get current system information

run_commandB

Execute a shell command (use with caution)

Prompts

Interactive templates invoked by user choice

NameDescription
code_reviewReview code for issues and improvements
explain_codeExplain what code does

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: run_command executes arbitrary shell commands, while system_info retrieves static system information. There is no overlap in functionality or potential for confusion between these tools.

Naming Consistency5/5

Both tools follow a consistent verb_noun naming pattern: run_command and system_info. The naming is clear, predictable, and follows the same convention throughout the tool set.

Tool Count2/5

With only 2 tools, this server feels quite thin for what appears to be a general system utility server. While both tools are useful, the scope seems limited and could benefit from additional utilities like file operations, process management, or network tools to better serve system administration tasks.

Completeness2/5

For a system utility server, there are significant gaps in coverage. Basic operations like file management (read/write/list), process monitoring, network diagnostics, or environment variable access are missing. The current tools provide only command execution and system info, leaving many common system tasks unaddressed.

Maintenance

ActivityInactive
ResponsivenessNo issues