1. Conduid
  2. Developer Tools
  3. github-pera1
MCP server · Developer Tools

github-pera1

Model Context Protocol server for GitHub code extraction using Pera1 service

39Low

Scored 21 days ago · breakdown

About github-pera1

github-pera1 is an MCP server published by git+kazuph in the Developer Tools category: model Context Protocol server for GitHub code extraction using Pera1 service. It has been installed 0 times through Conduid.

Install

Install
npx @kazuph/mcp-github-pera1
Claude Code
claude mcp add github-pera1 -- npx -y @kazuph/mcp-github-pera1
npx
npx -y @kazuph/mcp-github-pera1

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about github-pera1

Powered by Claude · Grounded in docs

I know everything about github-pera1. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

GitHub MCP Server for Pera1

A Model Context Protocol server that connects GitHub code to Claude.ai. This server utilizes the Pera1 service to extract code from GitHub repositories and provide better context to Claude.

Setup

Add the following to your MCP config file (~/Library/Application Support/Claude/claude_desktop_config.json):

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

Now you can ask Claude about GitHub code repositories.

Parameters

  • url: GitHub repository URL (required)
  • dir: Filter files by directory paths (comma-separated)
  • ext: Filter files by extensions (comma-separated)
  • mode: Display mode (e.g., tree shows directory structure and README files only)
  • branch: Specify the branch to fetch from
  • file: Specify a single file to retrieve

Usage Examples

You can ask Claude questions like:

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

For specific directories:

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

For a specific file:

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

For directory structure with README files only:

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

For a specific branch:

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

License

MIT

Author

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

README mirrored from the source repository 21 days ago. The original is authoritative.

Questions

About github-pera1

How do I install github-pera1?

Run npx @kazuph/mcp-github-pera1, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is github-pera1 safe to use with an AI agent?

Its trust score is 39 out of 100 (low). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is github-pera1 still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.