Fiskmås

An MCP-native Docker app host. Humans talk to their existing AI client (Claude, ChatGPT, Cursor); the client talks to Fiskmås. Hosting is the durable piece — there is no web editor to build.

Connect to the Fiskmås MCP, create a project, push a Docker image to the registry, and deploy it — all from an agent with only the MCP URL and a skill.

Connect

The loop

  1. Create an account and get an API token.
  2. create_project — reserve <slug>.apps.fiskmas.dev.
  3. Build an image locally, docker login registry.fiskmas.dev, then push.
  4. deploy_project — pull by digest, run one container.
  5. Hit https://<slug>.apps.fiskmas.dev over HTTPS.
  6. start / stop / restart / delete, plus get_logs and get_status.

Docker contract (summary)

Fiskmås MVP. Source of truth for docs lives in-repo; llms.txt, skill.md, and MCP resources are generated from one source.