MCP server for batch GitHub repository information retrieval with parallel processing
Project description
Jay MCP
A demo MCP (Model Context Protocol) server with tools and resources for demonstration purposes.
Features
- Tools: Mathematical operations and server information
- Resources: Personalized greetings and server documentation
- Easy to use: Simple command-line interface
- Extensible: Modular design for easy customization
Installation
Quick Install from PyPI
pip install jay-mcp
MCP Client Installation (Recommended)
For MCP clients, use uvx for automatic latest version loading:
uvx install jay-mcp
GitHub Token Configuration
Configure your GitHub token for higher API rate limits (5000/hour vs 60/hour):
# Method 1: Environment variable
export GITHUB_TOKEN="your_github_token_here"
# Method 2: .env file
echo "GITHUB_TOKEN=your_github_token_here" > .env
Get your token at: GitHub Settings > Developer settings > Personal access tokens
From Source
git clone https://github.com/your-username/jay-mcp.git
cd jay-mcp
pip install -e .
Usage
As an MCP Server
# Start the MCP server
python -m jay_mcp.cli
# Check version
python -m jay_mcp.cli --version
MCP Client Configuration
Add to your MCP client configuration:
{
"mcpServers": {
"jay-mcp": {
"command": "uvx",
"args": ["jay-mcp"],
"env": {
"GITHUB_TOKEN": "your_github_token_here"
}
}
}
}
AI Usage Examples
Once configured, you can use these commands in your AI client:
- "获取 React 的 GitHub 仓库信息"
- "比较这些项目的 star 数:facebook/react, vuejs/vue"
- "查询 microsoft/vscode 的详细信息"
- "分析这些机器学习项目:tensorflow/tensorflow, pytorch/pytorch"
Available Tools
- batch_get_repo_info(repos): 批量获取GitHub仓库信息
- 参数:
repos- 仓库列表,格式:["owner/repo", ...] - 返回: 包含仓库详细信息的字典列表
- 功能: 并行查询多个GitHub仓库的基本信息(stars、forks、语言等)
- 限制: 单次最多查询50个仓库
- 参数:
Available Resources
- greeting://{name}: Get a personalized greeting
- info://server: Get server information and documentation
Development
Setup Development Environment
git clone https://github.com/your-username/jay-mcp.git
cd jay-mcp
pip install -e ".[dev]"
Running Tests
pytest
Code Formatting
black jay_mcp/
isort jay_mcp/
Type Checking
mypy jay_mcp/
MCP Client Configuration
To use jay-mcp with an MCP client, add this configuration to your MCP settings:
{
"mcpServers": {
"jay-mcp": {
"command": "uvx",
"args": ["jay-mcp@latest"],
"description": "Jay MCP Demo Server - Auto-updates to latest version"
}
}
}
The @latest tag ensures you always get the newest version automatically.
For a complete configuration example with tool and resource definitions, see mcp_config.json.
Advanced Configuration
You can also create a custom server instance programmatically:
from jay_mcp.server import create_server
# Create a custom server
server = create_server("My Custom MCP Server")
Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Add tests if applicable
- Run the test suite
- Submit a pull request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Changelog
0.1.0 (2025-07-14)
- Initial release
- Basic MCP server with tools and resources
- Command-line interface
- PyPI package support
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jay_mcp-0.2.1.tar.gz.
File metadata
- Download URL: jay_mcp-0.2.1.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43758a86551cf0d5f1214b724844a50138c6fd1d56f5244b2a70c86e8a7cca4f
|
|
| MD5 |
33473f4e7a368c64ff34630d01f4ce19
|
|
| BLAKE2b-256 |
08fcbfe54e026eb04f4d4a993f570b7899b32734fca5bacd1d9c155236057224
|
File details
Details for the file jay_mcp-0.2.1-py3-none-any.whl.
File metadata
- Download URL: jay_mcp-0.2.1-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5f9f4f6ca5d12987f9e0b9f00e037f6776c1de1d183158a1dc8ba3b9d749b31
|
|
| MD5 |
b4a99e85d75f70e325914bb31e6f88f2
|
|
| BLAKE2b-256 |
640a349caa96e85385c8a78f974394cd8d579ef6eaae28aef700eadebcccce67
|