mcp

justrunmy-app/mcp

3.1

If you are the rightful owner of mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The JustRunMy.App MCP Server facilitates seamless integration with IDEs and agents, providing a robust platform for managing and executing model context protocols.

JustRunMy.App MCP Server

JustRunMy.App is a lightweight hosting platform built to remove the headaches of deployment. Instead of wrestling with servers, configs, or Docker, you can publish apps in seconds - from IDEs like Cursor or VS Code, or simply by uploading your code.

We designed it for hobbyists, tinkerers, and indie builders who want to share their projects quickly and cheaply, without learning DevOps. With the new MCP server, your AI assistant can not only help you write code, but also deploy, manage, and update your apps directly.

This repository contains instructions on how to connect to the JustRunMy.App MCP server and start using it with your IDE or agent.


🔑 Access

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

⚡ Quick Setup with Cursor

Inside MCP Server Config, you will see a button:

Add to Cursor

  • Click it, and the config will be automatically added to your Cursor IDE.
  • Restart Cursor if needed, then the MCP tools will appear in your IDE.

⚙️ Manual Setup (Other IDEs/Agents)

  • Only remote MCP server is available.
  • There are no local client transports such as stdio or executables.

To set up:

  1. Copy the Remote MCP Server Config provided on the MCP Server Config page.
  2. Paste it into your IDE/agent configuration where it expects MCP server entries.
  3. Save & reload.

Available MCP Tools

Tool NameDescription
jrnm_get_user_appsList all applications you have access to on JustRunMy.App.
jrnm_get_app_statusGet the current status and endpoints of a specific application.
jrnm_get_app_logsRetrieve recent logs for an application to monitor and debug.
jrnm_get_app_portsView port mappings for an application (internal ↔ external).
jrnm_get_app_volumesList persistent storage volumes attached to an application.
jrnm_get_env_varsGet all environment variables set for an application.
jrnm_get_app_deploy_info_using_gitGet a Git URL to push code and trigger deployment for an existing app.
jrnm_get_new_app_deploy_info_using_gitGet a Git URL to create and deploy a brand-new application.
jrnm_add_app_volumeAttach a new persistent storage volume to an application.
jrnm_remove_app_volumeDetach and delete a persistent volume from an application.
jrnm_rename_appChange the display name of an application.
jrnm_set_app_built_imageDeploy a pre-built image to an application.
jrnm_set_app_docker_imageDeploy an image from a Docker registry to an application.
jrnm_set_app_portsDefine port mappings for an application.
jrnm_set_app_quotasSet CPU and RAM limits for an application.
jrnm_set_app_commandOverride the startup command for an application.
jrnm_set_env_varsReplace all environment variables for an application.
jrnm_update_env_varAdd or update a single environment variable for an application.
jrnm_start_or_restart_appStart or restart an application (apply new configs).
jrnm_stop_appStop a running application.
jrnm_delete_appPermanently delete an application and its resources.
jrnm_execute_command_in_appRun a shell command inside a running application container.

📬 Support

For all support inquiries, please email: support@justrunmy.app