mcp-server-pr-agent
0
The MCP Server PR Agent is designed to manage and analyze pull requests with the help of the Model Context Protocol framework. It includes configuration via environment variables to integrate with tools like GitHub and OpenAI.
MCP Server PR Agent
This project provides a server for managing and analyzing pull requests using the MCP framework.
Setup
- Clone the repository and navigate to the project directory.
- Install dependencies using pip.
- Create and configure a
.env
file based on.env.sample
. - Run the server with the provided command.
Environment Variables
- Configure environment variables such as
GIT_PROVIDER
,OPENAI_API_KEY
, andGITHUB_USER_TOKEN
to connect the server to necessary services.