Google PageRank for AI agents. 25,000+ tools indexed.

mcp-server-commands by g0t4

#2328 of 8915 by g0t4
46 score

An MCP server to run commands.

Ranked #2328 out of 8915 indexed tools.Actively maintained with commits in the last week.
🔑
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing →

Signal Breakdown

Installs 1.1k
Freshness 3d ago
Issue Health 33%
Stars 224
Platform Breadth 1 platform
Contributors 1
Description Brief

How to Improve

Issue Health high impact

You have 8 open vs 4 closed issues — triaging stale issues improves health

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Platforms medium impact

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for mcp-server-commands by g0t4
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-g0t4--mcp-server-commands)](https://agentrank-ai.com/skill/glama-g0t4--mcp-server-commands/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-g0t4--mcp-server-commands/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-g0t4--mcp-server-commands" alt="AgentRank"></a>

Supported Platforms

MCP

From the README

## `runProcess` renaming/redesign

Recently I renamed the tool to `runProcess` to better reflect that you can run more than just shell commands with it. There are two explicit modes now:
1. `mode=executable` where you pass `argv` with `argv[0]` representing the `executable` file and then the rest of the array contains args to it.
2. `mode=shell` where you pass `command_line` (just like typing into `bash`/`fish`/`pwsh`/etc) which will use your system's default shell.

I hate APIs that make ambiguous if you're executing something via a shell, or not. I hate it being a toggle b/c there's way more to running a shell command vs exec than just flipping a switch. So I made that explicit in the new tool's parameters

If you want your model to use specific shell(s) on a system, I would list them in your system prompt. Or, maybe in your tool instructions, though models tend to pay better attention to examples in a system prompt.

I've used this new design with `gptoss-120b` extensively and it we
Read full README on GitHub →