Introducing the JustRunMy.App MCP Server

Introducing the JustRunMy.App MCP Server

We’re excited to announce that JustRunMy.App now offers an MCP server — making it easier than ever to manage and deploy your apps directly from your IDE or AI agent.

If you’ve ever used tools like Cursor or VS Code with AI integrations, you’ll know how powerful it feels when your coding assistant can also help with infrastructure. With our new MCP server, that’s now possible — no more bouncing between dashboards, terminals, and docs just to get an app running.


🔑 Getting Access

  1. Register at https://justrunmy.app
  2. Sign in to your account
  3. In the left-side menu, open MCP Server Config

That’s it — you’ll see everything you need to connect.


⚡ One-Click Setup with Cursor

We’ve made the setup flow as seamless as possible.
Inside MCP Server Config, you’ll see a button:

👉 Add to Cursor

  • Click it, and the configuration will be added automatically to your Cursor IDE.
  • Restart Cursor if needed, and you’ll see JustRunMy.App tools appear inside your IDE.

No tokens. No copy-pasting configs. Just click and go.

'Add to Cursor' button in JustRunMy.App dashboard

⚙️ Manual Setup (Other IDEs/Agents)

Prefer a different IDE or agent? No problem.

  • We only provide a remote MCP server (no local stdio or executable clients).
  • Setup is simple:
    1. Copy the Remote MCP Server Config from the MCP Server Config page.
    2. Paste it into your IDE/agent configuration.
    3. Save & reload.

🛠️ What You Can Do With It

Our MCP server unlocks a wide set of tools you can call directly from your IDE or AI assistant:

  • Deploy & manage apps: create new apps, rename, set ports, quotas, and environment variables.
  • Monitor: check app status, logs, endpoints, and storage volumes.
  • Control lifecycle: start, restart, stop, or delete apps with one command.
  • Advanced workflows: deploy pre-built images, attach/detach volumes, or even run shell commands inside containers.

Here’s just a taste of what’s available:

Tool Name Description
jrnm_get_user_apps List all applications you have access to on JustRunMy.App.
jrnm_get_app_status Get the current status and endpoints of a specific application.
jrnm_get_app_logs Retrieve recent logs for an application to monitor and debug.
jrnm_get_app_ports View port mappings for an application (internal ↔ external).
jrnm_get_app_volumes List persistent storage volumes attached to an application.
jrnm_get_env_vars Get all environment variables set for an application.
jrnm_get_app_deploy_info_using_git Get a Git URL to push code and trigger deployment for an existing app.
jrnm_get_new_app_deploy_info_using_git Get a Git URL to create and deploy a brand-new application.
jrnm_add_app_volume Attach a new persistent storage volume to an application.
jrnm_remove_app_volume Detach and delete a persistent volume from an application.
jrnm_rename_app Change the display name of an application.
jrnm_set_app_built_image Deploy a pre-built image to an application.
jrnm_set_app_docker_image Deploy an image from a Docker registry to an application.
jrnm_set_app_ports Define port mappings for an application.
jrnm_set_app_quotas Set CPU and RAM limits for an application.
jrnm_set_app_command Override the startup command for an application.
jrnm_set_env_vars Replace all environment variables for an application.
jrnm_update_env_var Add or update a single environment variable for an application.
jrnm_start_or_restart_app Start or restart an application (apply new configs).
jrnm_stop_app Stop a running application.
jrnm_delete_app Permanently delete an application and its resources.
jrnm_execute_command_in_app Run a shell command inside a running application container.

Take a look at a short demo of how it works in Cursor:

📬 Support

We’d love your feedback as you start using the MCP server.
For questions or support, email us at: support@justrunmy.app


🌟 Why this matters

We’ve always believed deployment should be effortless — whether you’re a hobbyist sharing an AI-built side project or a team running production apps. MCP is the next step toward that goal: it bridges your AI coding environment and your hosting provider.

Now, with the JustRunMy.App MCP server, your assistant can help you not just code your app, but also ship it live.

Read more