brilliant-directories-mcp
v6.58.2
io.github.domdomegg/shell-exec-mcp · v1.2.0
Execute bash commands with background job support.
Shell Exec 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio、streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"shell-exec-mcp": {
"command": "npx",
"args": [
"-y",
"shell-exec-mcp"
]
}
}
}MCP_TRANSPORT必填Transport type.
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.domdomegg/shell-exec-mcp",
"type": "mcp-server",
"version": "1.2.0",
"displayName": "Shell Exec",
"description": "Execute bash commands with background job support.",
"repository": {
"url": "https://github.com/domdomegg/shell-exec-mcp.git",
"source": "github"
},
"homepage": "https://github.com/domdomegg/shell-exec-mcp#readme",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "shell-exec-mcp",
"version": "1.2.0",
"runtimeHint": "npx",
"transport": "stdio"
},
{
"registryType": "npm",
"identifier": "shell-exec-mcp",
"version": "1.2.0",
"runtimeHint": "npx",
"transport": "streamable-http",
"environmentVariables": [
{
"name": "MCP_TRANSPORT",
"description": "Transport type.",
"isRequired": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.domdomegg/shell-exec-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.domdomegg%2Fshell-exec-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}