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.
skill://fiskmas)create_project — reserve <slug>.apps.fiskmas.dev.docker login registry.fiskmas.dev, then push.deploy_project — pull by digest, run one container.https://<slug>.apps.fiskmas.dev over HTTPS.start / stop / restart / delete, plus get_logs and get_status.0.0.0.0:$PORT (PORT=8080)./health or /).docker.sock, or extra ports.linux/amd64 only, stateless, no secrets baked in (env vars only).Fiskmås MVP. Source of truth for docs lives in-repo;
llms.txt, skill.md, and MCP resources are generated
from one source.