a
aaPanel
Bridges AI with aaPanel web hosting control panel for managing websites, databases, Docker containers, and system resources through Go-based API integration.
Share:
About
Bridges AI with aaPanel web hosting control panel for managing websites, databases, Docker containers, and system resources through Go-based API integration.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table
Screenshots
No screenshots yet.
Install aaPanel
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"aapanel": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-aapanel"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"aapanel": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-aapanel"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"aapanel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-aapanel"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.