VOOZH about

URL: https://thenewstack.io/cursor-self-hosted-coding-agents/

⇱ Why Cursor is bringing self-hosted AI agents to the Fortune 500 - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2026-03-31 15:58:18
Why Cursor is bringing self-hosted AI agents to the Fortune 500
AI Agents / AI Infrastructure

Why Cursor is bringing self-hosted AI agents to the Fortune 500

Cursor now lets companies run AI coding agents on their own infrastructure, keeping source code and build data in-house to meet security and compliance needs.
Mar 31st, 2026 3:58pm by Paul Sawers
👁 Featued image for: Why Cursor is bringing self-hosted AI agents to the Fortune 500
Getty Images For Unsplash+

For AI coding agents to work effectively, they need access to a broad range of systems — from private repositories and dependencies to internal tools and build pipelines. However, many companies are reluctant to grant that level of access to external services due to security, legal, and compliance restrictions governing how code and data are handled.

And that is why Cursor is now letting companies run its cloud agents inside their own infrastructure. The coding platform, last valued at $29.3 billion following a $2.3 billion funding round in November, says this allows its agents to run code, tests, and development tasks locally while keeping source code and build data within a company’s own environment.

“Self-hosted agents offer all the benefits of cloud agents with tighter security control: your codebase, tool execution, and build artifacts never leave your environment,” Cursor engineer Katia Baza writes in a blog post. “For teams with complex development environments, self-hosted agents have access to your caches, dependencies, and network endpoints – just like an engineer or service account would.”

Bringing agents closer to the code

Cursor is an AI code editor developed by Anysphere, a startup founded by students out of Massachusetts Institute of Technology (MIT) in 2022. Its core product centers on autonomous coding agents that can handle long-running software tasks, including writing code, running tests, and preparing changes for review.

Those agents are designed to work with a high degree of autonomy. To do that, they need a full development environment to operate in. Cursor’s cloud agents handle this by spinning up isolated virtual machines, where they clone a repository, install dependencies, make changes, and run tests as part of a given task.

However, this depends on running those environments on Cursor’s own infrastructure, effectively bringing the code to the agent. Self-hosting reverses that, bringing those same agents closer to where a company’s code and systems already sit.

They can interact directly with internal services, dependencies, and network-restricted resources as part of a task. This removes the need to route those interactions through external systems or expose internal infrastructure, while Cursor continues to coordinate how the agents operate.

In high demand

Requests to self-host Cursor’s cloud agents have been surfacing among users for months. In forum threads and community discussions, developers have asked about running these agents inside their own environments, often to avoid exposing code externally or to connect more easily to internal systems.

Some of those discussions also highlight the limits of what “self-hosting” can mean in this context. Running the core agent logic locally is one thing; managing orchestration, lifecycle, and user interfaces is another. Cursor’s cloud agents bundle those components together, making a fully independent setup difficult.

Still, Cursor’s update addresses at least part of that gap. Many companies, particularly in regulated industries, are restricted from sharing source code or build environments with third-party services. Even when technically possible, internal policies can limit what tools are allowed to access.

Self-hosting doesn’t remove every challenge. Companies still need to deploy and manage the infrastructure these agents run on, and the agents’ planning and coordination still take place in Cursor’s cloud, with only execution handled locally.

While the clearest use case is for companies that need to keep code and systems inside their own networks, Cursor is also tapping into a growing appetite for running coding agents locally on individual machines, something reflected in the recent hype around projects such as OpenClaw.

Cursor, in fact, makes this use case explicit in its official documentation:

“Run Cursor anywhere — spin up a worker on your laptop, a devbox, or a remote VM. You get a Cloud Agent that uses your local environment, your dependencies, and your network access.”

So, in effect, Cursor is giving users greater flexibility to run its agents across different environments, expanding where the product can be deployed — and removing a key barrier to adoption.

Cursor says self-hosted cloud agents currently support up to 10 workers per user and 50 per team, with larger company-wide deployments available on request. Self-hosted agents can be enabled through the Cursor dashboard, once a worker is set up in the target environment.

👁 Choosing "self-hosted" in the Cursor dashboard
Choosing “self-hosted” in the Cursor dashboard

Frontier territory

Cursor’s move toward self-hosted agents sits within a broader effort to make its tools usable in environments that have so far been difficult to reach.

The company has been expanding its agentic capabilities, including “always-on” agents that can handle code reviews, bug triage, and other routine tasks across a codebase. It has also open-sourced security-focused agent templates, which allow teams to define how agents interact with sensitive code and systems.

These moves come as competition intensifies from both standalone coding tools and the major model providers — including OpenAI, Anthropic, and Google — which are building their own agent systems on top of models they develop and control.

That dynamic helps explain why Cursor is also moving to control more of its own stack. That includes Composer 2, a recently released model designed to handle longer coding tasks at lower cost. It reduces reliance on third-party frontier models, but it has drawn scrutiny after Cursor acknowledged it is built on top of Moonshot AI’s Kimi K2.5 (a Chinese open-weights model) that wasn’t disclosed at launch.

So for Cursor, the challenge, perhaps, lies in both differentiating its product and removing barriers that limit how and where it can be used. The company says its broader platform is currently used by more than two-thirds of the Fortune 500, while the likes of Notion and Brex are already early adopters of its self-hosted cloud agents, suggesting demand among teams with more complex infrastructure and security requirements.

“Self-hosted cloud agents are a meaningful step toward making coding agents enterprise ready,” Ben Kraft, a software engineer at Notion, writes in the blog post. “In large codebases like Notion’s, running agent workloads in our own cloud environment allows agents to access more tools more securely and saves our team from needing to maintain multiple stacks.”

TRENDING STORIES
Paul is an experienced technology journalist covering some of the biggest stories from Europe and beyond, most recently at TechCrunch where he covered startups, enterprise, Big Tech, infrastructure, open source, AI, regulation, and more. Based in London, these days Paul...
Read more from Paul Sawers
SHARE THIS STORY
TRENDING STORIES
TNS owner Insight Partners is an investor in: Anthropic, OpenAI.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.