{"id":28398470,"url":"https://github.com/aapanel/mcp-server","last_synced_at":"2025-06-28T14:31:13.543Z","repository":{"id":284889539,"uuid":"956389103","full_name":"aaPanel/mcp-server","owner":"aaPanel","description":"An MCP Server for aaPanel.","archived":false,"fork":false,"pushed_at":"2025-03-28T07:48:25.000Z","size":13,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-25T09:51:55.122Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aaPanel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-28T07:06:50.000Z","updated_at":"2025-06-14T18:06:41.000Z","dependencies_parsed_at":"2025-03-28T08:27:35.680Z","dependency_job_id":"fd373274-c421-4ad0-826b-0e462843f4ea","html_url":"https://github.com/aaPanel/mcp-server","commit_stats":null,"previous_names":["aapanel/mcp-server"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/aaPanel/mcp-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaPanel%2Fmcp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaPanel%2Fmcp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaPanel%2Fmcp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaPanel%2Fmcp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaPanel","download_url":"https://codeload.github.com/aaPanel/mcp-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaPanel%2Fmcp-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262444719,"owners_count":23312212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-01T05:08:47.289Z","updated_at":"2025-06-28T14:31:13.534Z","avatar_url":"https://github.com/aaPanel.png","language":"Go","funding_links":[],"categories":["Developer Tools"],"sub_categories":["How to Submit"],"readme":"# aaPanel MCP Interface\n## Features\n\n- Get panel system information and network status\n- Query PHP website list\n- Create new PHP website\n- Query MySQL database list\n- Docker container management\n  - View container list\n  - View container details\n- Docker image management\n  - View local image list\n- Email management\n  - Add email account\n  - View email list\n- Get panel public configuration information\n- More features under development...\n\n## Requirements\n- Go 1.18+\n- aaPanel API access\n- aaPanel API token\n\n## Installation\n### From source code\n\n```bash\n# Clone repository\ngit clone https://github.com/aaPanel/mcp-server.git\ncd mcp_btpanel\n\n# Install dependencies\ngo mod tidy\n\n# Build project\nmake build\n\n# Build for Windows\n.\\build.bat build\n```\n\n### Direct download\nYou can also download pre-compiled binaries from the Releases page .\n\n## Configuration\n### Environment variables\nConfigure the program through environment variables:\n```bash\n# Set aaPanel address\nexport BT_BASE_URL=\"http://your-panel-address:8888\"\n\n# Set aaPanel API token\nexport BT_API_TOKEN=\"your-api-token\"\n```\n\n### Cursor configuration\nWhen using in Cursor, configure through the following steps:\n\n1. Open Cursor Settings \u003e Extensions \u003e MCP Tools\n2. Add new MCP tool\n3. Fill in the configuration in the following format:\n```json\n{\n    \"mcpServers\": {\n        \"mcp-aapanel\": {\n            \"command\": \"C:\\\\path\\\\to\\\\mcp-server.exe\",\n            \"env\": {\n                \"BT_BASE_URL\": \"http://192.168.xx.xx:8888/\",\n                \"BT_API_TOKEN\": \"xxxxxxxxxxxxxxxxxxxxxxxx\"\n            }\n        }\n    }\n}\n```\n\n### Adding new features\n1. Create or modify files in the corresponding module directory\n2. Define new tool constants and tool objects\n3. Implement handler functions\n4. Register tools in the registerTools function in main.go\n## Build \u0026 Deployment\nBuild using Makefile:\n```bash\n# Build project\nmake build\n\n# Build Windows version\nmake build-windows\n\n# Clean build artifacts\nmake clean\n\n# View more commands\nmake help\n```\n\n## License\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n## Contributing\nWelcome to submit issues and feature requests! If you want to contribute, please:\n\n1. Fork this repository\n2. Create your feature branch ( git checkout -b feature/amazing-feature )\n3. Commit your changes ( git commit -m 'Add some amazing feature' )\n4. Push to the branch ( git push origin feature/amazing-feature )\n5. Open a Pull Request","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faapanel%2Fmcp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faapanel%2Fmcp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faapanel%2Fmcp-server/lists"}