pctx

portofcontext/pctx
★ 246 stars Rust 💻 Code/Dev Tools Updated 17d ago
pctx is the execution layer for agentic tool calls. It auto-converts agent tools and MCP servers into code that runs in secure sandboxes for token-efficient workflows.
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": {
    "pctx": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "pctx"
      ]
    }
  }
}

Topics

ai-agentsapiinfrastructurelocal-developmentmcpmcp-serveropen-source