jlbloomer-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Name | Description |
|---|---|
| system_infoB | Get current system information |
| run_commandB | Execute a shell command (use with caution) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| code_review | Review code for issues and improvements |
| explain_code | Explain what code does |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
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.
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.
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.
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.