Skip to main content

Run your Aisle Tasks from Claude, ChatGPT, Cursor + more.

Alex Blom

Any MCP client, one endpoint, your Tasks running on Aisle

Your Tasks, callable from Claude, ChatGPT, or wherever else you work

The Execution MCP Server makes the Tasks you have already built callable as tools from an external MCP client. Your client passes the inputs, the Task runs on Aisle's managed runtime, and the output comes back in the chat window. That includes Claude Code, Cursor, VS Code, claude.ai, ChatGPT, and anything else that speaks MCP.

MCP is a good distribution tool, and a poor runtime. We keep the execution, the credentials, and the logic where they can be versioned, logged, and tested. That leaves you deterministic in execution and agentic in orchestration, which promotes consistency.

A CRM your sales team can talk to

Alex built a CRM out of an Airtable base and one Task with four modes. Mount that Task on an execution server and the sales team works the pipeline in natural language, without edit access to the table. Any other database works the same way.

The Airtable rows change alongside the chat.

Read the post →

The run model

A tool call waits about ten seconds. If the Task finishes inside that window, the output comes back inline. If it does not, you get an execution_id and a suggested poll interval, and the run carries on in the background while your client polls check_task_status and get_task_logs. A Task that takes four minutes never trips a client timeout that fires at one.

In the app it lives under Developers > Execution MCP Server > New Connection.

Read the docs →

Two builds and one argument

Building a Lead Gen Automation Prototype. The most-copied lead-gen template on n8n scrapes Google Maps and ends in a spreadsheet. Rebuilt as a Task with native Google Maps, Apollo.io, HubSpot, and Slack, the same job ends in the CRM.

PowerPoint content automation. Mail merge for decks. A PPTX template marked with {{placeholder}} tokens goes in, aisle.powerpoint.fill fills one deck per row of data, and aisle.files.zip bundles the results into a single download.

The Model Is an Input. On Microsoft's latest earnings call, Satya Nadella described the architecture we built Tasks around: keep the harness separate from the model and every model becomes substitutable. Your IP is the code, model choice is a one-line edit per step, and you can price a run before you ship it.

The layer around the model

Three items from the past two weeks, each arguing that the deterministic parts of an agent stack are where the engineering sits.

  • Zenity raised $125 million. The Series C, led by Norwest, went to a platform that reads what an agent intends to do and allows, modifies, or blocks it before execution, rather than reviewing logs after the fact. Zenity Labs' own researchers have demonstrated zero-click exploits that hijack multi-step agent workflows.
  • Halborn published a report on agents in financial infrastructure. The advice is to treat every input the agent reads as untrusted, have the agent propose rather than execute, and leave the decision to a deterministic policy engine independent of the model. A successful prompt injection then produces a malicious proposal instead of a moved wire.
  • Stonebranch was named a Leader in the 2026 Gartner Magic Quadrant for Service Orchestration and Automation Platforms. Third year running, for Universal Automation Center. Read it as incumbent automation infrastructure absorbing agentic workloads while keeping the control plane.

Sources: Zenity · SecurityWeek · Halborn · Stonebranch

Stay in the loop

Product updates, tutorials, and AI insights. No spam.