shell-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@shell-mcplist files in the current directory"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@supercorp/shell-mcp
An MCP server that gives AI agents shell access. Provides a run_command tool for executing shell commands and returning stdout, stderr, and exit code.
Supports Streamable HTTP, SSE, and stdio transports.
Quick start
npx @supercorp/shell-mcpThis starts an HTTP server on port 8000.
Related MCP server: Terminal MCP Server
Usage
Streamable HTTP (default)
npx @supercorp/shell-mcp --port 3000SSE
npx @supercorp/shell-mcp --transport sse --port 3000stdio
npx @supercorp/shell-mcp --transport stdioOptions
Flag | Default | Description |
|
| Port to listen on (HTTP and SSE transports) |
|
| Transport type: |
|
| Default working directory for commands |
Tool
run_command
Execute a shell command.
Parameters:
Name | Type | Required | Description |
|
| Yes | The shell command to run |
|
| No | Working directory (overrides |
Response:
{
"stdout": "hello world\n",
"stderr": "",
"exitCode": 0
}Commands have a 60-second timeout and 10 MB output buffer.
MCP client configuration
Claude Desktop
{
"mcpServers": {
"shell": {
"command": "npx",
"args": ["-y", "@supercorp/shell-mcp", "--transport", "stdio"]
}
}
}HTTP client
{
"mcpServers": {
"shell": {
"url": "http://localhost:8000/"
}
}
}License
ISC
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/supercorp-ai/shell-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server