open-ptc-agent

Chen-zexi/open-ptc-agent
★ 693 stars Python 🤖 AI/LLM Updated 1mo ago
An open source implementation of code execution with MCP (Programatic Tool Calling)
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": {
    "open-ptc-agent": {
      "command": "uvx",
      "args": [
        "open-ptc-agent"
      ]
    }
  }
}

Or install with pip: pip install open-ptc-agent

Topics

agentdaytonalangchainlangraphllmmcp