github-mcp-server-by-cdata
If you are the rightful owner of github-mcp-server-by-cdata 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.
CData's Model Context Protocol (MCP) Server for GitHub is a read-only server designed to allow LLMs to query live GitHub data using natural language.
CData's Model Context Protocol (MCP) Server for GitHub is a specialized server that facilitates the interaction between large language models (LLMs) and live GitHub data. By leveraging the CData JDBC Driver for GitHub, this server exposes GitHub data as relational SQL models, enabling LLMs to access and retrieve information without the need for SQL queries. The server is designed to be read-only, providing a streamlined interface for querying data. It is particularly useful for applications like Claude Desktop, where users can ask natural language questions to obtain real-time data insights. The server is built using Java and requires the CData JDBC Driver for GitHub to function. It supports a wide range of data sources, making it a versatile tool for developers and data analysts looking to integrate GitHub data into their applications.
Features
- Read-only access to live GitHub data
- Integration with CData JDBC Driver for GitHub
- Natural language querying without SQL
- Compatible with LLMs like Claude Desktop
- Supports a wide range of data sources
Tools
github_get_tables
Retrieves a list of tables available in the data source.
github_get_columns
Retrieves a list of columns for a specified table.
github_run_query
Executes a SQL SELECT query.