Repo Context Mcp
Created at a month ago
by pablo-peek
Repo Context MCP provides programmatic access to repository contents for integrations and automation. It can list directories/files, read any file, return the README, perform TypeScript type analysis (via ts-morph), and search for OpenAPI/Swagger spec files. Supports local repo paths and reading from private GitHub repos when GITHUB_TOKEN is set in the environment. Ideal for code analysis, docs generation, and CI pipelines.
Categories
Tags
server
openapi
typescript
ts-morph
analyzer
documentation
endpoints
repo
github
what is Repo Context MCP?
Repo Context MCP is a programmatic server that provides access to repository contents for integrations and automation, allowing users to explore local or GitHub repositories.
how to use Repo Context MCP?
To use Repo Context MCP, set the environment variables for GitHub token and name, then utilize the available tools to interact with the repository, such as listing files, reading file contents, and analyzing TypeScript types.
key features of Repo Context MCP?
- List directories and files in a repository
- Read any file, including README.md
- Perform TypeScript type analysis using ts-morph
- Search for OpenAPI/Swagger specification files
- Support for local repository paths and private GitHub repositories
use cases of Repo Context MCP?
- Automating code analysis in CI pipelines
- Generating documentation from repository contents
- Analyzing TypeScript files for exported functions and types
FAQ from Repo Context MCP?
- Can Repo Context MCP access private GitHub repositories?
Yes! It can access private repositories when the GITHUB_TOKEN is set in the environment.
- Is Repo Context MCP suitable for local repositories?
Yes! It supports both local and GitHub repositories.
- What programming languages does Repo Context MCP support?
Repo Context MCP primarily supports TypeScript and JavaScript for type analysis.
View More
MCP Servers