Skip to main content
Glama
mamprimauto

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

Related MCP server: Cross-Platform Filesystem MCP Server

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
F
license - not found
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables execution of shell commands, directory navigation, and interactive program automation through an enhanced command-line interface. Provides tools for running commands, managing working directories, and handling interactive programs using expect/send sequences.
    1
    MIT
  • A
    license
    A
    quality
    Not graded
    maintenance
    Enables comprehensive filesystem operations across Linux, macOS, and Windows with platform-aware command execution, secure path restrictions, and intelligent adaptations for file search, directory management, and shell commands specific to each operating system.
    13
  • A
    license
    A
    quality
    C
    maintenance
    Provides intelligent file system operations with advanced features including code analysis and modification across multiple languages, version control (Git/GitHub), file compression, encryption, semantic search, batch operations, and secure shell command execution.
    1
    6
    MIT

View all related MCP servers

Related MCP Connectors

  • Operate Linux, macOS and Windows from your LLM. Every action runs through an auditable allowlist.

  • Securely search and manage workspace context files for AI agents and teams.

  • Manage Appwrite projects, databases, auth, storage, functions, and messaging; search Appwrite docs

View all MCP Connectors

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