- MCP (Model Context Protocol) Server
MCP (Model Context Protocol) Server
Omni MCP protocol, chose the right tools for you.
Content
MCP (Model Context Protocol) Server
A MCP server that provides a unified interface for interacting with multiple services, currently supporting GitHub, Azure Log Analytics, Google, Azure OpenAI, Azure Vision, PostgreSQL, and more.
🔧 Features
GitHub Integration
- File/Folder Access: Retrieve files or directory listings from GitHub repositories
- Workflow Monitoring: Fetch recent workflow runs and their statuses
- Code Search: Search for code across repositories
- Repository Structure: Get the complete file structure of a repository
- Commit History: View commit history with optional file filtering
- Commit Diffs: Inspect file-level changes for specific commits
Azure Integration
- Log Analytics Querying: Run Kusto Query Language (KQL) queries against Azure Log Analytics workspaces
- Secure Authentication: OAuth2 client credentials flow for secure API access
Utilities
- Timestamp Generation: Get current UTC timestamp with microsecond precision
- Website Content: Get the content of a website in Markdown format
Database Integration
- Database Reading: Read a database from a PostgreSQL server
⚠️ Use a DB user with
SELECT-only privileges
Google Integration
- Google Search: Search Google for a query
- YouTube Search: Search YouTube for a query
- YouTube Transcript: Get the transcript of a YouTube video
Azure Vision Integration
- Image Analysis: Get the analysis of an image
LLM Integration
- Azure OpenAI: Get a response from Azure OpenAI
📦 Prerequisites
- Python 3.8+
- Docker (optional)
- Tokens & credentials:
- GitHub PAT (
reposcope) - Azure AD App: client ID, secret, tenant ID
- Azure OpenAI Key & Endpoint
- Azure Vision Key & Endpoint
- PostgreSQL credentials
- GitHub PAT (
Installation
-
Clone the repository:
git clone https://github.com/DrFloflo/MCP-github.git -
Install dependencies:
pip install -r requirements.txt -
Create a
.envfile in the project root with the following variables:# GitHub Configuration GITHUB_TOKEN=your_github_token # Azure Configuration AZURE_CLIENT_ID=your_client_id AZURE_CLIENT_SECRET=your_client_secret AZURE_TENANT_ID=your_tenant_id # Azure OpenAI Configuration AZURE_OPENAI_ENDPOINT=your_azure_openai_endpoint AZURE_OPENAI_KEY=your_azure_openai_key AZURE_OPENAI_API_VERSION=your_azure_openai_api_version # Azure Vision Configuration VISION_ENDPOINT=your_vision_endpoint VISION_KEY=your_vision_key # Database Configuration POSTGRES_HOST=your_postgres_host POSTGRES_PORT=your_postgres_port POSTGRES_DB=your_postgres_db POSTGRES_USER=your_postgres_user POSTGRES_PASSWORD=your_postgres_password
🔐 Token Setup
GitHub
- Go to GitHub Personal Access Tokens
- Generate a new token with the
reposcope - Add this to your
.envfile:
Azure AD (Log Analytics)
- Register a new app in Azure Active Directory
- Copy the following:
- Tenant ID (Directory ID)
- Client ID (Application ID)
- Create and copy a new client secret (under Certificates & secrets)
- Add to
.env:AZURE_TENANT_ID=your_tenant_id AZURE_CLIENT_ID=your_client_id AZURE_CLIENT_SECRET=your_client_secret
Log Analytics Workspace
- Go to your Log Analytics Workspace in Azure
- Copy your Workspace ID
- Ensure your Azure AD Application has access:
- Go to your app in Azure AD
- Navigate to API Permissions
- Click Add a permission
- Choose Microsoft Graph > Delegated permissions
- Select
User.Readand confirm
Azure OpenAI
- Go to your Azure OpenAI resource (or Foundry)
- Copy the endpoint and key
- Add this to
.env:AZURE_OPENAI_ENDPOINT=your_azure_openai_endpoint AZURE_OPENAI_KEY=your_azure_openai_key AZURE_OPENAI_API_VERSION=your_azure_openai_api_version
Azure Vision
- Go to your Azure Vision resource (or Vision)
- Copy the endpoint and key
- Add this to
.env:VISION_ENDPOINT=your_vision_endpoint VISION_KEY=your_vision_key
PostgreSQL
- Go to your PostgreSQL server
- Copy the host, port, database, user, and password
- Add this to
.env:POSTGRES_HOST=your_postgres_host POSTGRES_PORT=your_postgres_port POSTGRES_DB=your_postgres_db POSTGRES_USER=your_postgres_user POSTGRES_PASSWORD=your_postgres_password
Usage
Running the Server
python server.py
The server will start on http://0.0.0.0:6277 by default.
Docker
Build the Docker image:
docker build -t mcp-server .
Run the container:
docker run -p 6277:6277 --env-file .env mcp-server
🧰 Available API Tools
GitHub Tools
get_github_file_folder: Get file contents or list directoriesget_workflow_runs: Retrieve recent workflow runssearch_codebase: Search code across repositoriesget_file_structure: Get complete repository structureget_commit_history: View commit historyget_commit_diff: View file-level changes in a commit
Azure Tools
run_log_analytics_query: Execute KQL queries against Azure Log Analytics
PostgreSQL Tools
read_db: Query data from PostgreSQL
⚠️ Use a database user with read-only (
SELECT) access
Google Tools
search_google: Search Google for any querysearch_youtube: Search YouTube videosget_youtube_transcript: Get transcript from a YouTube video
Azure Vision Tools
get_image_analysis: Analyze image content using Azure Vision
Azure OpenAI Tools
get_azure_openai_response: Generate response using Azure OpenAI (LLM)
Utility Tools
get_current_utc_timestamp: Get the current UTC timestampget_website_content: Fetch and convert website HTML to Markdown
Code Tools
execute_python_code: Execute a Python code snippet securely
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
WindsurfThe new purpose-built IDE to harness magic
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Tavily Mcp
Serper MCP ServerA Serper MCP Server
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
ChatWiseThe second fastest AI chatbot™
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
CursorThe AI Code Editor
Amap Maps高德地图官方 MCP Server
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Playwright McpPlaywright MCP server
DeepChatYour AI Partner on Desktop