Global MCP Manager
Provides integration with GitHub repositories for remote code execution and repository management (currently in development)
Click 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., "@Global MCP Managerlist files in my 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.
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
Related MCP server: MCP Server
Instalação
npm installConfiguração no Claude Desktop
Adicione ao seu arquivo claude_desktop_config.json:
{
"mcpServers": {
"global-mcp": {
"command": "/opt/homebrew/bin/node",
"args": [
"/caminho/para/seu/global-mcp/index.js"
],
"cwd": "/caminho/para/seu/global-mcp"
}
}
}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:
set_context ssh usuario:senha@host:porta /caminho/inicialGitHub
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
- System integrations and tools for infrastructure, databases, and collaboration platforms
- Granting Filesystem Access Permissions for Kiro IDE on macOS
- Create a ZIP file with Python code for an OSINT monitoring project
- A Linux system administration tool for viewing system details and files
- FTP client software for remote server file management
Latest Blog Posts
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/mamprimauto/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server