{"id":"fxstein-code-server-python","name":"code-server-python","af_score":21.2,"security_score":44.8,"reliability_score":32.5,"what_it_does":"code-server (Python package) provides a web-based VS Code environment (“code-server”) that can run on a machine and be accessed via a browser, enabling remote editing/development. The Python package typically wraps/downloads/distributes code-server rather than implementing a separate API service.","best_when":"You want browser-based code editing on a host where you can control deployment, authentication to the web UI, and networking (e.g., reverse proxy) around the code-server process.","avoid_when":"You cannot safely expose the web IDE to untrusted networks or cannot configure secure authentication (and potentially TLS/reverse proxy hardening).","last_evaluated":"2026-04-04T19:53:29.282724+00:00","has_mcp":false,"has_api":false,"auth_methods":["Web UI authentication depending on deployment configuration (commonly via built-in password/token or reverse proxy auth), but exact method depends on how code-server is started/configured."],"has_free_tier":false,"known_gotchas":["This is not primarily an API package; agent integration via direct tool calls is limited without a stable API surface.","Security posture depends heavily on how the web UI is exposed (reverse proxy, TLS, auth/token settings).","If a Python wrapper downloads/starts code-server, agent workflows may need process/session management rather than stateless HTTP calls."],"error_quality":0.0}