{"id":"theorangeone-static-server","name":"static-server","homepage":"https://hub.docker.com/r/theorangeone/static-server","repo_url":"https://hub.docker.com/r/theorangeone/static-server","category":"infrastructure","subcategories":[],"tags":["static-files","http","development","web-server","filesystem"],"what_it_does":"static-server is a tool/package for serving static files over HTTP (e.g., for local development and simple static hosting), typically mapping a directory on disk to web URLs and providing basic file responses.","use_cases":["Serve a front-end build directory (HTML/CSS/JS) locally","Static documentation sites during development","Simple internal dashboards or prototypes that only need static assets","Previewing files before deploying to a real web host"],"not_for":["Serving sensitive/private content without additional infrastructure","High-scale production hosting without a dedicated reverse proxy/CDN","Applications requiring server-side rendering, authentication, or complex API behavior"],"best_when":"You need a lightweight static file server for local development or low-complexity environments.","avoid_when":"You need strong security boundaries, fine-grained access control, or strict operational guarantees beyond basic static serving.","alternatives":["nginx (static serving + TLS)","caddy (static serving + automatic HTTPS)","serve (Node-based static server)","http-server (Node-based static server)"],"af_score":36.0,"security_score":26.0,"reliability_score":27.5,"package_type":"mcp_server","discovery_source":["docker_mcp"],"priority":"low","status":"evaluated","version_evaluated":null,"last_evaluated":"2026-04-04T21:30:16.337470+00:00","interface":{"has_rest_api":false,"has_graphql":false,"has_grpc":false,"has_mcp_server":false,"mcp_server_url":null,"has_sdk":false,"sdk_languages":[],"openapi_spec_url":null,"webhooks":false},"auth":{"methods":[],"oauth":false,"scopes":false,"notes":"No authentication interface was described for this package; static file servers are typically unauthenticated unless deployed behind a protected reverse proxy."},"pricing":{"model":null,"free_tier_exists":false,"free_tier_limits":null,"paid_tiers":[],"requires_credit_card":false,"estimated_workload_costs":null,"notes":null},"requirements":{"requires_signup":false,"requires_credit_card":false,"domain_verification":false,"data_residency":[],"compliance":[],"min_contract":null},"agent_readiness":{"af_score":36.0,"security_score":26.0,"reliability_score":27.5,"mcp_server_quality":0.0,"documentation_accuracy":25.0,"error_message_quality":0.0,"error_message_notes":null,"auth_complexity":90.0,"rate_limit_clarity":10.0,"tls_enforcement":20.0,"auth_strength":0.0,"scope_granularity":0.0,"dependency_hygiene":40.0,"secret_handling":80.0,"security_notes":"Likely serves local files over HTTP with minimal security controls by default; TLS/auth are typically handled externally (reverse proxy). Security depends heavily on configuration (e.g., directory traversal protection, file exposure limits) and on the hosting environment.","uptime_documented":0.0,"version_stability":50.0,"breaking_changes_history":40.0,"error_recovery":20.0,"idempotency_support":"false","idempotency_notes":null,"pagination_style":"none","retry_guidance_documented":false,"known_agent_gotchas":["If unauthenticated, agents must not expose sensitive directories to the public internet.","Path traversal protection is critical for any static file server; verify configuration if available.","For large directories, listing/caching behavior may affect performance; confirm defaults."]}}