akhidasTech/github-agentic-chat-mcp
If you are the rightful owner of github-agentic-chat-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
GitHub Agentic Chat MCP Server is a Go-based implementation for interacting with GitHub using natural language, featuring vector search capabilities.
The GitHub Agentic Chat MCP Server is designed to facilitate natural language interactions with GitHub, leveraging the Model Context Protocol (MCP) for seamless integration. This server allows users to search repositories, create issues, and perform semantic searches using vector search technology. Built with extensibility in mind, it provides a robust framework for adding additional features. The server requires Go 1.21 or later, PostgreSQL with the pgvector extension, a GitHub Personal Access Token, and an OpenAI API Key. It is compatible with Claude Desktop and other MCP-compatible clients, making it versatile for various development environments.
Features
- Search GitHub repositories
- Create issues
- Vector search functionality
- Add documents to vector store
- Semantic search across stored documents