Installation
Install the Siglata Agent Plugin and Model Context Protocol (MCP) server across your AI coding tools.
Siglata delivers automated installers that configure the Siglata Agent Plugin, skills, and Model Context Protocol (MCP) server across all major AI coding agents.
Quick Install
Installs Siglata into all detected coding agents (Claude Code, Cursor, Codex, VS Code, Hermes, Grok, OpenClaw, NanoClaw, OMP, Kiro):
curl -fsSL https://www.siglata.com/install/plugins | shOn Windows PowerShell:
irm https://www.siglata.com/install/plugins.ps1 | iexIf you use Codex exclusively via the ChatGPT desktop app, run the specialized Codex pipeline:
curl -fsSL https://www.siglata.com/install | shOn Windows PowerShell:
irm https://www.siglata.com/install.ps1 | iexSmart Single-Choice Bypass
Our installer is designed to be seamless for non-technical users:
- If you have only 1 agent (e.g. only Cursor, or only Codex): The installer detects it and configures it automatically without asking any questions.
- If you have 0 agents: It automatically installs into the Universal Agent Skills directory (
~/.agents/skills) with zero prompts. - If you have 2 or more agents: It presents an interactive menu asking whether you want to install into all of them or select specific agents.
What Gets Configured
- Agent Skills: Stages
skills/files/SKILL.mdandoperations.mdconforming to the Agent Skills standard. - MCP Server: Registers the
siglatastreamable HTTP endpoint athttps://www.siglata.com/v1/mcpin each client’s configuration. - Safety & Backups: Merges existing settings idempotently and creates automatic backups before changes.
Standalone Executables
For users in enterprise environments or those who cannot run shell scripts, precompiled, signed executables are available:
- Windows:
siglata-installer.exe(Signed via Azure Trusted Signing) - macOS:
siglata-installer-darwin(Signed with Developer ID & Apple Notarized)
See General Installers for architecture details, checksum verification, and enterprise deployment options.