Blog
In-depth articles on AI agents, LLM engineering, servers, Python and software development.
The @cursor/sdk package lets you call Cursor's agent from your own code. The same agent that runs in the Cursor IDE, CLI, and web app is now scriptable from TypeScript. Run the /sdk skill inside Curso
The cursor sdk package lets you call Cursor's agent from your own Python code. The same agent that runs in the Cursor IDE, CLI, and web app is scriptable from Python with sync and async clients, typed
The latest features, improvements, and fixes shipping to the Cursor SDK, covering @cursor/sdk on npm and cursor sdk on PyPI.
The SDK Bridge is a small local server that embeds the TypeScript SDK and exposes the same agent surface over a stable Connect/protobuf protocol. Use it to script Cursor agents from languages without
Rules provide system level instructions to Agent. They bundle prompts, scripts, and more together, making it easy to manage and share workflows across your team.
Cursor supports loading hooks from third party tools, enabling compatibility with existing hook configurations from other AI coding assistants.
Configure sandbox behavior with a sandbox.json file to control network access, filesystem paths, and more.
Reference documentation for building, structuring, and submitting Cursor plugins. Plugins package rules, skills, agents, commands, MCP servers, and hooks into distributable bundles that work in the Cu
Use permissions.json to configure MCP tool and terminal command allowlists and to steer the Auto review mode classifier so tools run without approval.
Overview of keyboard shortcuts in Cursor. See all keyboard shortcuts by pressing Cmd R then Cmd S or by opening command palette Cmd Shift P and searching for Keyboard Shortcuts.