GitHub Stars
10
User Rating
Not Rated
Favorites
0
Views
20
Forks
2
Issues
0
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
Python: 3.6 or higher
pip: Latest version
Installation Steps
1. Clone Repository
bash
git clone https://github.com/aliyun/alibabacloud-adbpg-mcp-server.git
cd alibabacloud-adbpg-mcp-server
2. Install using pip
bash
pip install adbpg_mcp_server
3. MCP Client Configuration
Add the following configuration to themcpServers section:
json
"mcpServers": {
"adbpg-mcp-server": {
"command": "uvx",
"args": ["adbpg_mcp_server"],
"env": {
"ADBPG_HOST": "host",
"ADBPG_PORT": "port",
"ADBPG_USER": "username",
"ADBPG_PASSWORD": "password",
"ADBPG_DATABASE": "database"
}
}
}