Skip to main content
Glama
kazuph

@kazuph/mcp-github-pera1

by kazuph

Servidor MCP de GitHub para Pera1

Un servidor de Protocolo de Contexto de Modelo que conecta el código de GitHub con Claude.ai. Este servidor utiliza el servicio Pera1 para extraer código de los repositorios de GitHub y proporcionar un mejor contexto a Claude.

Configuración

Agregue lo siguiente a su archivo de configuración MCP ( ~/Library/Application Support/Claude/claude_desktop_config.json ):

{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@kazuph/mcp-github-pera1"]
    }
  }
}

Ahora puedes preguntarle a Claude sobre los repositorios de código de GitHub.

Parámetros

  • url : URL del repositorio de GitHub (obligatorio)

  • dir : Filtrar archivos por rutas de directorio (separadas por comas)

  • ext : Filtrar archivos por extensiones (separadas por comas)

  • mode : modo de visualización (por ejemplo, tree muestra solo la estructura del directorio y los archivos README)

  • branch : especifica la rama desde la que se obtendrán los datos

  • file : especifique un solo archivo para recuperar

Ejemplos de uso

Puedes hacerle preguntas a Claude como:

Tell me about the implementation of GitHub repository https://github.com/username/repository

Para directorios específicos:

Explain the components in https://github.com/username/repository?dir=src/components

Para un archivo específico:

Show me the Button component from https://github.com/username/repository?file=src/components/Button.tsx

Solo para la estructura de directorio con archivos README:

Show me the structure of https://github.com/username/repository?mode=tree

Para una rama específica:

Analyze the develop branch of https://github.com/username/repository?branch=develop

Licencia

Instituto Tecnológico de Massachusetts (MIT)

Autor

kazuph ( https://x.com/kazuph )

Install Server
A
license - permissive license
A
quality
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (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

  • F
    license
    -
    quality
    -
    maintenance
    A Model Context Protocol server that provides comprehensive GitHub integration for Claude Desktop, allowing users to manage repositories, issues, and pull requests. It supports file operations, branch management, and repository searches through natural language commands.
    570
  • F
    license
    -
    quality
    -
    maintenance
    An MCP server that wraps gitingest to enable Claude Code to analyze GitHub repositories, providing access to code structures, statistics, and full content. It facilitates the creation of structured study notes and supports both public and private repositories through the Model Context Protocol.
    1

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

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/kazuph/mcp-github-pera1'

If you have feedback or need assistance with the MCP directory API, please join our Discord server