1. Conduid
  2. Developer Tools
  3. shell-server
MCP server · Developer Tools

shell-server

A simple bash mcp server - used to allow an LLM to access bash

Unclaimed ai
39Low

Scored 2 days ago · breakdown

About shell-server

shell-server is an MCP server published by git+ZHAN2006 in the Developer Tools category: a simple bash mcp server - used to allow an LLM to access bash. It has been installed 0 times through Conduid.

The repository has 21 stars and 0 forks.

Install

Install
npx shell-mcp-server
Claude Code
claude mcp add shell-mcp-server -- npx -y shell-mcp-server
npx
npx -y shell-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about shell-server

Powered by Claude · Grounded in docs

I know everything about shell-server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

shell-mcp-server

MCP Server for executing shell commands

快速开始

通过npx直接运行

npx -y shell-mcp-server

作为MCP服务器配置

{
  "mcpServers": {
    "shell-mcp-server": {
      "command": "npx",
      "args": ["-y", "shell-mcp-server"]
    }
  }
}

安装为全局命令

npm install -g shell-mcp-server
shell-mcp-server

作为项目依赖安装

npm install shell-mcp-server

使用方法

直接运行

npx -y shell-mcp-server
# 或安装后
shell-mcp-server

编程方式使用

import { startServer } from 'shell-mcp-server';

startServer({
  port: 3000
});

功能特性

  • 安全执行Shell命令
  • 支持多种终端类型(cmd, powershell)
  • 基于Model Context Protocol (MCP) SDK构建
  • 支持npx一键运行
  • 可作为MCP服务器配置

许可证

MIT

README mirrored from the source repository 2 days ago. The original is authoritative.

Questions

About shell-server

How do I install shell-server?

Run npx shell-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is shell-server safe to use with an AI agent?

Its trust score is 39 out of 100 (low). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is shell-server still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.