6Amdev Server Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited 6Amdev Server Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP (Model Context Protocol) Server สำหรับจัดการ Ubuntu Server พร้อม AI Integration
┌─────────────────┐ MCP Protocol ┌─────────────────────────────────┐
│ Windows PC │◄────────────────────► │ Ubuntu Server (192.168.80.203) │
│ (Cursor/Claude)│ (stdio) │ │
└─────────────────┘ │ ┌─────────────────────────────┐│
│ │ MCP Server (Node.js) ││
│ │ - System Tools ││
│ │ - Docker Tools ││
│ │ - Gitea Tools ││
│ │ - Ollama Tools ││
│ │ - Workspace Tools ││
│ │ - Claude Code Tools ││
│ └─────────────────────────────┘│
└─────────────────────────────────┘cd ~/workspace
git clone http://192.168.80.203:3000/wit/6amdev-mcp-server.git
cd 6amdev-mcp-servernpm installcp .env.example .env
nano .env # Edit with your valueschmod +x scripts/install-claude-code.sh
./scripts/install-claude-code.shnpm run build
npm startchmod +x scripts/setup-systemd.sh
sudo ./scripts/setup-systemd.shAdd to your MCP configuration file:
Windows: %APPDATA%\Claude\claude_desktop_config.json macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"6amdev": {
"command": "ssh",
"args": ["-tt", "[email protected]", "cd ~/workspace/6amdev-mcp-server && node dist/index.js"]
}
}
}| Tool | Description |
|---|---|
system_status | ดูสถานะ CPU, RAM, Disk |
system_processes | ดู process ที่ทำงานอยู่ |
system_logs | ดู system logs |
system_uptime | ดู uptime และ load |
| Tool | Description |
|---|---|
docker_list | แสดง containers ทั้งหมด |
docker_start | Start container |
docker_stop | Stop container |
docker_restart | Restart container |
docker_logs | ดู container logs |
docker_exec | รัน command ใน container |
docker_stats | ดูสถิติ resource usage |
docker_images | แสดง images |
| Tool | Description |
|---|---|
gitea_repos | List repositories |
gitea_repo_info | ดูข้อมูล repository |
gitea_issues | List/manage issues |
gitea_create_issue | สร้าง issue ใหม่ |
gitea_branches | List branches |
| Tool | Description |
|---|---|
ollama_list | แสดง models ที่มี |
ollama_status | ดูสถานะ Ollama service |
ollama_run | รัน prompt กับ model |
ollama_pull | Download model ใหม่ |
ollama_info | ดูข้อมูล model |
ollama_delete | ลบ model |
| Tool | Description |
|---|---|
workspace_list | List projects |
workspace_tree | แสดงโครงสร้างโปรเจกต์ |
workspace_read | อ่านไฟล์ |
workspace_write | เขียนไฟล์ |
workspace_search | ค้นหาไฟล์/content |
workspace_git | รัน git commands |
| Tool | Description |
|---|---|
claude_ask | ถามคำถาม Claude Code |
claude_task | สั่งให้ทำ task |
claude_review | Review code |
claude_explain | อธิบายโค้ด |
claude_status | เช็คสถานะ Claude Code |
| Variable | Description | Default |
|---|---|---|
WORKSPACE_ROOT | Root directory for workspace | /home/wit/workspace |
GITEA_URL | Gitea server URL | http://localhost:3000 |
GITEA_TOKEN | Gitea API token | - |
OLLAMA_URL | Ollama API URL | http://localhost:11434 |
ANTHROPIC_API_KEY | Claude API key | - |
LOG_LEVEL | Logging level | info |
# Run in development mode (auto-reload)
npm run dev
# Build
npm run build
# Lint
npm run lintMIT © 6AMDev
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.