GitHub MCP Server by CData
@CDataSoftware
关于 GitHub MCP Server by CData
This read-only MCP Server allows you to connect to GitHub data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out the first managed MCP platform: CData Connect AI (https://www.cdata.com/ai/).
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\github.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is GitHub MCP Server by CData?
GitHub MCP Server by CData is a local, read-only MCP server that allows large language models (LLMs) like Claude Desktop to query live GitHub data using natural language. It wraps the CData JDBC Driver for GitHub, which exposes GitHub data as relational SQL models.
How to use GitHub MCP Server by CData?
Clone the repository, build with Maven (mvn clean install), download and license the CData JDBC Driver for GitHub, create a .prp connection file, and configure Claude Desktop via claude_desktop_config.json. The server runs on stdio and is invoked by the client.
Key features of GitHub MCP Server by CData
- Local, read-only MCP server for GitHub data.
- Query live GitHub data using natural language.
- Exposes GitHub data as relational SQL models.
- Provides tools:
get_tables,get_columns,run_query. - Integrates with Claude Desktop and JSON-RPC clients.
Use cases of GitHub MCP Server by CData
- Ask an LLM about repository issues or pull requests.
- Query project status or ticket counts in natural language.
- Retrieve a list of GitHub tables and columns for exploration.
- Run SQL SELECT queries against GitHub data directly.
FAQ from GitHub MCP Server by CData
What does this MCP server do?
It provides a read-only interface for LLMs to query GitHub data via the MCP protocol, using the CData JDBC Driver for GitHub.
How do I set up the server?
Clone the repo, build with Maven, install and license the CData JDBC Driver for GitHub, create a .prp file with connection details, and configure Claude Desktop to run the JAR.
Is the server read-only?
Yes, the project explicitly builds a local read-only MCP server. For full read-write capabilities, see the separate CData MCP Server for GitHub or the CData Connect AI platform.
What transport does the server use?
The server uses stdio, so it can only be used with clients running on the same machine as the server.
What are the runtime dependencies?
Java (to run the JAR), Maven (to build), and the CData JDBC Driver for GitHub (requires licensing).
版本控制 分类下的更多 MCP 服务器
Code Review Server
crazyrabbitLTCA MCP server for code reviews
Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
GitHub Actions 工作流使用说明
HenryHaosonYuque mcp server
MCP Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
Test
skillsCreate a site or blog from your GitHub repositories with GitHub Pages.
评论