Markdown Vault MCP
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
io.github.kyuheon-kr/shell-use · v1.0.0
Let agents use the shell like a human.
shell-use 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"shell-use": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kyuheon-kr/shell-use:1.0.0"
],
"env": {
"SHELL_USE_SESSIONS": "<SHELL_USE_SESSIONS>"
}
}
}
}SHELL_USE_SESSIONS必填Comma-separated list of allowed session names
SHELL_USE_SOCKET可选Path to tmux socket (default: /tmux/tmux.sock in Docker)
{
"id": "io.github.kyuheon-kr/shell-use",
"type": "mcp-server",
"version": "1.0.0",
"displayName": "shell-use",
"description": "Let agents use the shell like a human.",
"repository": {
"url": "https://github.com/kyuheon-kr/shell-use",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/kyuheon-kr/shell-use:1.0.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "SHELL_USE_SESSIONS",
"description": "Comma-separated list of allowed session names",
"isRequired": true
},
{
"name": "SHELL_USE_SOCKET",
"description": "Path to tmux socket (default: /tmux/tmux.sock in Docker)"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.kyuheon-kr/shell-use",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.kyuheon-kr%2Fshell-use/versions/latest",
"isOfficial": true,
"status": "active"
}
}