ephemeris

astillero-org/ephemeris
★ 0 stars Python 🤖 AI/LLM Updated today
Ephemeral compute SDK and MCP server for Agents
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ephemeris": {
      "command": "uvx",
      "args": [
        "ephemeris"
      ]
    }
  }
}

Or install with pip: pip install ephemeris

README Excerpt

*Programmable Runtime Layer for Agents and Engineers* ephemeris is a unified interface to register execution targets, provision Runtimes on them, and interact with those Runtimes programmatically — from both AI agents and human engineers. - **Heterogeneous Targets**: Register raw SSH hosts or Kubernetes clusters.