F
licenseNot graded
qualityB
maintenanceA minimal MCP server for running Python scripts on a remote machine over HTTP, exposing tools to Claude for script discovery, execution, and job status tracking.
-
No user-submitted related servers found.
Scored across 3 tools
Each tool serves a distinct purpose: starting a job, checking a specific job, and listing all jobs. No overlap in functionality.
All tools share the 'claude_' prefix, but the second part mixes verbs (check, start) and a noun (jobs). Consistent prefix but slightly inconsistent in part-of-speech.
Three tools is well-scoped for managing async background jobs, covering the essential operations without bloat.
Covers starting, checking, and listing jobs. Missing a cancel/abort tool, but the core workflow is functional.