GitHub Agentic Chat MCP Server enables natural language interaction with GitHub repositories through a Go-based implementation that integrates with the GitHub API and provides vector search capabilities. It offers tools for searching repositories, creating issues, and performing semantic searches across stored documents using PostgreSQL with pgvector extension. The server connects to Claude Desktop through the Model Context Protocol, making it particularly valuable for developers who want to interact with GitHub and related documentation through conversational AI without leaving their chat interface.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Search for GitHub repositories using a query string.
Create a new issue in a GitHub repository.
Add a document to the vector store for semantic search. Parameters: content (string), metadata (JSON string containing metadata about the content).
Perform semantic search across stored documents. Parameters: query (string), limit (optional integer, default: 5).