AI Agent Hub

Blog

In-depth articles on AI agents, LLM engineering, servers, Python and software development.

📝
《Cursor Docs》-Slash commands
Aug 26, 2026 · Cursor Docs

Command Description /model [filter] Select a model. Press Tab to edit. /run everything [on\ off\ status] Toggle Run Everything or show its status. /auto run is an alias. /plan [prompt] Switch to Plan

# Cursor # CLI 29 views
📝
《Cursor Docs》-Permissions
Aug 26, 2026 · Cursor Docs

Configure what the agent is allowed to do using permission tokens in your CLI configuration. Permissions are set in /.cursor/cli config.json (global) or <project /.cursor/cli.json (project specific).

# Cursor # CLI 27 views
📝
《Cursor Docs》-Parameters
Aug 26, 2026 · Cursor Docs

Global options

# Cursor # CLI 24 views
📝
《Cursor Docs》-Output format
Aug 26, 2026 · Cursor Docs

The Cursor Agent CLI provides multiple output formats with the output format option when combined with print. These formats include structured formats for programmatic use (json, stream json) and a si

# Cursor # CLI 28 views
📝
《Cursor Docs》-Configuration
Aug 26, 2026 · Cursor Docs

Configure the Agent CLI using the cli config.json file.

# Cursor # CLI 27 views
📝
《Cursor Docs》-Authentication
Aug 26, 2026 · Cursor Docs

Cursor CLI supports two authentication methods: browser based login (recommended) and API keys.

# Cursor # CLI 43 views
📝
《Cursor Docs》-Cursor CLI
Aug 26, 2026 · Cursor Docs

Cursor CLI lets you interact with AI agents directly from your terminal to write, review, and modify code. Whether you prefer an interactive terminal interface or print automation for scripts and CI p

# Cursor # CLI 22 views
📝
《Cursor Docs》-MCP
Aug 26, 2026 · Cursor Docs

The Cursor CLI supports Model Context Protocol (MCP) servers, allowing you to connect external tools and data sources to agent. MCP in the CLI uses the same configuration as the editor any MCP servers

# Cursor # CLI 24 views
📝
《Cursor Docs》-Installation
Aug 26, 2026 · Cursor Docs

Installation

# Cursor # CLI 29 views
📝
《Cursor Docs》-Using Headless CLI
Aug 26, 2026 · Cursor Docs

Use Cursor CLI in scripts and automation workflows for code analysis, generation, and refactoring tasks.

# Cursor # CLI 28 views