Provides integration with GitHub repositories for remote code execution and repository management (currently in development)
Global MCP Manager
Um servidor MCP (Model Context Protocol) que permite executar comandos de terminal em diferentes contextos: local, SSH e GitHub.
Características
- Contexto Local: Execute comandos no sistema local
- Contexto SSH: Execute comandos em servidores remotos via SSH
- Contexto GitHub: Integração com repositórios GitHub (em desenvolvimento)
- Gerenciamento de arquivos: Leia, escreva, renomeie e remova arquivos
- Navegação de diretórios: Liste, crie e navegue por diretórios
Instalação
Configuração no Claude Desktop
Adicione ao seu arquivo claude_desktop_config.json
:
Uso
O MCP Manager oferece as seguintes ferramentas:
Ferramentas de Terminal
terminal_exec
: Executa comandosterminal_list_dir
: Lista diretóriosterminal_read_file
: Lê arquivosterminal_write_file
: Escreve arquivosterminal_rename
: Renomeia arquivos/diretóriosterminal_remove
: Remove arquivos/diretóriosterminal_mkdir
: Cria diretóriosterminal_exists
: Verifica se arquivo/diretório existeterminal_pwd
: Mostra diretório atualterminal_cd
: Muda diretório
Ferramentas de Configuração
get_config
: Mostra configuração atualset_context
: Altera contexto (local/ssh/github)
Contextos
Local
Execute comandos no sistema local onde o MCP está rodando.
SSH
Execute comandos em um servidor remoto via SSH:
GitHub
Integração com repositórios GitHub (configuração via token em desenvolvimento).
Dependências
@modelcontextprotocol/sdk
: SDK oficial do MCPssh2
: Cliente SSH para Node.jszod
: Validação de esquemasdotenv
: Gerenciamento de variáveis de ambiente
Licença
MIT
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
Enables executing terminal commands and managing files across different contexts: local system, remote SSH servers, and GitHub repositories. Provides comprehensive file operations, directory navigation, and multi-environment command execution capabilities.
Related MCP Servers
- -securityFlicense-qualityEnables interaction with GitHub through the GitHub API, supporting file operations, repository management, advanced search, and issue tracking with comprehensive error handling and automatic branch creation.Last updated -94631TypeScript
- AsecurityFlicenseAqualityEnables comprehensive GitHub operations through natural language including file management, repository administration, issue tracking, and advanced code searching.Last updated -4701TypeScript
- -securityFlicense-qualityA cross-platform shell command execution server that supports Windows, macOS, and Linux environments with PowerShell, CMD, GitBash, and Bash shells, optimized for Japanese language environments.Last updated -1JavaScript
- -securityAlicense-qualityTransform your local machine into a powerful code command center. Automate file handling, run terminal commands, and leverage AI to enhance your development workflows—all securely and instantly, without cloud latency.Last updated -11PythonMIT License