Ptolemy

luannn010/Ptolemy
★ 1 stars Go 💻 Code/Dev Tools Updated 1d ago
A modular MCP server for Codex that orchestrates task-based execution pipelines, supports multi-task scheduling, and integrates validation, planning, and agent-driven workflows for autonomous development systems.
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": {
    "ptolemy": {
      "command": "go",
      "args": [
        "run",
        "github.com/luannn010/Ptolemy@latest"
      ]
    }
  }
}

README Excerpt

Ptolemy is a local worker and MCP execution platform for agent-driven coding workflows. It gives an assistant a controlled runtime for opening sessions, reading and editing files, running commands through tmux, tracking execution in SQLite, working with Git, and isolating tasks in worktrees. The project is intentionally local-first: Codex or another planner decides what should happen, while Ptolemy performs deterministic workspace operations and records what happened.

Topics

agentgolangllmworker-pool