Skip to content

v1.28.0 - AI MCP for Coding Agents - Manage your VPS with our favorite AI Agents

Latest

Choose a tag to compare

@stoicsoft stoicsoft released this 03 Jul 08:43
e53f3d0

New Features

ai-access-activity-log-allowed-denied ai-access-coding-tools-setup-instructions agent-deploy-wordpress-via-mcp ai-access-setup-token-permissions-server-scope agent-list-servers-list-apps-mcp-tools

AI Access for Coding Agents

  • Let AI tools manage your servers — turn on AI Access and connect your coding agent to Server Compass through a local, token-secured connection
  • Connect popular coding tools faster — copy ready-made setup instructions for Claude Code, Codex CLI, Gemini CLI, OpenCode, Cursor, Windsurf, and VS Code
    • Choose the full Server Compass tool name or a shorter alias before copying setup instructions
    • Copy matching uninstall instructions when you want to remove access from a tool
  • Create scoped access tokens — give each AI tool only the permissions it needs, from read-only visibility to app operations, deployments, or destructive actions
    • Restrict tokens to specific servers when you want an agent to work on staging without touching production
    • Revoke tokens any time from the AI Access screen
  • Ask agents to inspect and manage apps — AI tools can list servers, view live health, read app logs, search templates, check deployments, manage domains, update environment values, and operate Docker apps through Server Compass
  • Keep credentials inside Server Compass — SSH keys, passwords, and saved secrets stay in the encrypted local vault; AI tools get actions and results, not raw credentials
  • Confirm destructive requests — dangerous actions like deleting apps, deleting secret collections, or running raw server commands ask for explicit approval before they run

App Templates

  • Deploy more templates directly — Neon Local, Pastefy, Networking Toolbox, GitIngest, Next.js, Django, FastAPI, and Flask are now available from the template picker
  • Launch framework starter apps — Next.js, Django, FastAPI, and Flask templates can now deploy a small starter app when no source code has been uploaded yet
  • Install fuller PostHog and Mailcow stacks — both templates now prepare their official-style self-hosted setup flows with the values they need before first launch

Improvements

AI Access Setup

  • See every available AI tool action — the AI Access screen now includes a searchable tool list grouped by permission level
  • Review agent activity — recent AI calls show status, timing, client name, server name, and any error so you can see what your tools have been doing
  • Auto-fill saved token commands — Server Compass tries to recover saved token secrets from the local keychain so setup snippets are ready to copy when possible
  • Prevent placeholder token mistakes — setup copying is disabled when a real token secret is not available, so you do not paste a non-working placeholder into your AI tool
  • Stay connected in the background — when AI Access is enabled, Server Compass keeps running in the menu bar or system tray so connected AI tools do not lose access

Template Reliability

  • Template setup runs at the right time — complex templates now prepare their required files after setup values are written, reducing failed first launches
  • Template preparation fails clearly — when a required setup step cannot complete, deployment stops with a clear error instead of continuing into a broken app
  • Rancher uses a steadier default image — new Rancher installs use the stable release line and explain that the first dashboard launch can take a few minutes
  • Neon Local accepts branch settings — the template now supports branch and parent-branch values for more realistic local Neon workflows

Bug Fixes

AI Access

  • Fixed AI Access shutting down when the window closed — Server Compass now stays available in the background while AI Access is enabled
  • Fixed dangerous AI actions running without a final check — destructive requests now require a confirmation prompt before they proceed

App Template Reliability

  • Fixed Pastefy, Networking Toolbox, and GitIngest being hidden because their old images could not be pulled — these templates now use working images and are selectable again
  • Fixed framework templates needing uploaded source before they could be verified — direct template deploys now include starter files for Next.js, Django, FastAPI, and Flask
  • Fixed PostHog installs starting with an incomplete stack — the template now prepares the current hobby setup flow before launching
  • Fixed Mailcow installs missing the generated mail server setup — the template now prepares the generated stack, mail hostname values, web ports, and supporting secrets
  • Fixed complex templates continuing after setup failed — failed preparation now stops the deployment so you can fix the real issue instead of debugging a half-created app