Skip to main content
Glama

Global MCP Manager

by mamprimauto

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

npm install

Configuraçã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 comandos
  • terminal_list_dir: Lista diretórios
  • terminal_read_file: Lê arquivos
  • terminal_write_file: Escreve arquivos
  • terminal_rename: Renomeia arquivos/diretórios
  • terminal_remove: Remove arquivos/diretórios
  • terminal_mkdir: Cria diretórios
  • terminal_exists: Verifica se arquivo/diretório existe
  • terminal_pwd: Mostra diretório atual
  • terminal_cd: Muda diretório

Ferramentas de Configuração

  • get_config: Mostra configuração atual
  • set_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/inicial

GitHub

Integração com repositórios GitHub (configuração via token em desenvolvimento).

Dependências

  • @modelcontextprotocol/sdk: SDK oficial do MCP
  • ssh2: Cliente SSH para Node.js
  • zod: Validação de esquemas
  • dotenv: Gerenciamento de variáveis de ambiente

Licença

MIT

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

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.

  1. Características
    1. Instalação
      1. Configuração no Claude Desktop
        1. Uso
          1. Ferramentas de Terminal
          2. Ferramentas de Configuração
        2. Contextos
          1. Local
          2. SSH
          3. GitHub
        3. Dependências
          1. Licença

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              Enables 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 -
              9
              463
              1
              TypeScript
            • A
              security
              F
              license
              A
              quality
              Enables comprehensive GitHub operations through natural language including file management, repository administration, issue tracking, and advanced code searching.
              Last updated -
              47
              0
              1
              TypeScript
            • -
              security
              F
              license
              -
              quality
              A 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 -
              1
              JavaScript
              • Apple
              • Linux
            • -
              security
              A
              license
              -
              quality
              Transform 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 -
              11
              Python
              MIT License

            View all related MCP servers

            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