mcp-server CLAUDE.md

mcp-server CLAUDE.md is an instructions file for coding agents from sota-deploy/mcp-server. It costs 1,599 tokens per session, scanned A, original, MIT.

A set of instructions that explains sota.io, a service for deploying web applications, to an AI coding agent. It describes the platform, included services, supported programming frameworks, and databases.

In plain words
What is it for?
Use it when building, configuring, or deploying web applications to sota.io, including apps made with Next.js, Node.js, Python, or custom Docker files.
Why use it?
It helps the agent understand how applications are deployed on sota.io and what the platform provides automatically.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/sota-deploy/mcp-server/claude-md
Clone the repo
git clone --depth 1 https://github.com/sota-deploy/mcp-server

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp-server CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sota-deploy/mcp-server/claude-md.svg)](https://agentmods.dev/instructions/sota-deploy/mcp-server/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/sota-deploy/mcp-server/claude-md"><img src="https://agentmods.dev/badge/instructions/sota-deploy/mcp-server/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,599 This file is loaded in full into every session.
When invoked 1,599 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01599 $0.01599
Opus 5 $0.00800 $0.00800
Sonnet 5 $0.00320 $0.00320
Haiku 4.5 $0.00160 $0.00160

Measured 4d ago against content hash dbd49cc56e88, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mcp-server CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 134 lines

How it starts

The opening of the file, as written. The whole thing — 134 lines — stays where its author put it; the contents beside it link to each section on GitHub.

sota.io MCP Server — AI Agent Context

This file provides AI agents with context about the sota.io platform when using the MCP server.

Platform Overview

sota.io is an EU-native DevOps PaaS. Deploy any web app and get a live URL at {slug}.sota.io.

Every Project Includes

  • Managed PostgreSQL 17DATABASE_URL is auto-injected into your container. No setup needed.
  • PgBouncer connection pooling — Pool size 20, max 100 client connections.
  • Daily database backups — 7-day retention, automatic.
  • Automatic HTTPS — Let's Encrypt wildcard certificate.
  • Zero-downtime deploys — Blue-green strategy with instant rollback.
  • Container isolation — gVisor sandboxing.
  • EU hosting — Hetzner Cloud, Germany. GDPR-compliant.

Supported Frameworks

Framework Detection Notes
Next.js next.config.js/ts Add output: 'standalone' for best results
Node.js package.json with start script Express, Fastify, Koa, Hapi, etc.
Python requirements.txt or pyproject.toml Flask, FastAPI, Django
Custom Dockerfile in project root Go, Rust, Java, Ruby, PHP, anything. Port auto-detected from EXPOSE directive.

Your app MUST listen on process.env.PORT. For auto-detected frameworks (Next.js, Node.js, Python), PORT is 8080. For custom Dockerfiles, the port is auto-detected from the EXPOSE directive (e.g., EXPOSE 3000 sets PORT=3000). If no EXPOSE is found, it defaults to 8080.

Database — How It Works

  1. Create a project → PostgreSQL 17 database is auto-provisioned.
  2. Deploy your app → DATABASE_URL is injected into the container.
  3. Your app reads DATABASE_URL from the environment — that's it.

You do NOT need to:

  • Set DATABASE_URL manually
  • Provision a database
  • Configure connection strings
  • Set up SSL for the database (internal network, sslmode=disable is safe)

If your app needs tables, run migrations on startup — there is no shell access to containers. Chain the migration command before your server start:

Read the full file on GitHub · 134 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 134 lines · 1,599 tokens per session scan A dbd49cc56e88

Subscribe to this mod's changes

mcp-server CLAUDE.md is an instructions file published in the GitHub repository sota-deploy/mcp-server (0 stars, last pushed 3mo ago), licensed MIT. It adds 1,599 tokens to every session, about $0.0080 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

awsmux AGENTS.md

Instructions for 0hardik1/awsmux, covering agents.md, what awsmux is, build, test, verify, layout and the safety model — invariants you must not weaken.

0hardik1/awsmux · 2,647 tokens

cron-mcp CLAUDE.md

Claude Code instructions for Shreyas-Profile/cron-mcp, covering deploying cron-mcp to hetzner + regiq.in, server (shared with the rest of the globalion mcp fleet), deploy a new version, first-time subdomain wiring (cron.regiq.in) and env vars.

Shreyas-Profile/cron-mcp · 733 tokens

Railway-mcp CLAUDE.md

Claude Code instructions for Travis-Gilbert/Railway-mcp, covering railway mcp server, quick reference, file map, architecture and key patterns.

Travis-Gilbert/Railway-mcp · 837 tokens

equinix-fabric-mcp CLAUDE.md

Claude Code instructions for sliuuu/equinix-fabric-mcp, covering claude.md — equinix-fabric-mcp, canonical files, auth, add equinixclientid and equinixclientsecret and running.

sliuuu/equinix-fabric-mcp · 774 tokens

CopilotInstructions bicep.instructions.md

Instructions for jschick04/CopilotInstructions, covering bicep infrastructure-as-code instructions, bicep standards and bicep recurring smells.

jschick04/CopilotInstructions · 689 tokens

lambda_cloud_MCP CLAUDE.md

Claude Code instructions for dankit/lambda_cloud_MCP, a project described as: GPU availability tracker with alerting & auto-provisioning right as they become available. MCP for agentic handling of environment setups. Fully orchestrated via text message with Poke.

dankit/lambda_cloud_MCP · 5 tokens