GitHub Second Brain logo

GitHub Second Brain

by BaoNguyen09

GitHub Second Brain is an MCP server that connects GitHub repositories to AI for better code understanding. It transforms repositories into an LLM-friendly format for AI assistants.

View on GitHub

Last updated: N/A

GitHub Second Brain

An MCP server that connects github repos to ai for better code understanding.

Description

This service transforms GitHub repositories into a single, LLM-friendly file, which is then served to AI assistants (like Claude) for fast retrieval and understanding of code context.

More details

The database will host every processed repo by all users that any AI clients can directly access without a developer token. Each AI client can directly request the server to process any unprocessed repo, this repo will then be stored on database and is accessible to other AI clients.

Developer token is required if they want to process private repo or local repo.