Install Snipara with one command.
If you want Claude Code, Codex, Cursor, Gemini CLI, Mistral, VS Code, ChatGPT, or another MCP-compatible assistant to use the same project memory, start here.
Run the installer, choose your assistant, restart the client.
create-snipara handles account setup, project selection, Hosted MCP, agent-specific files, hook-compatible automation bundles, and local validation. It keeps existing root instruction files intact and stores merge-ready templates for review.
npx create-sniparaThe installer creates the Hosted MCP connection and the right project-scoped templates for the assistant you selected.
Existing AGENTS.md and CLAUDE.md files are not overwritten. New copies are staged for merge review.
Use npx create-snipara doctor when you want a fresh local check after changing clients or automation settings.
Only go lower-level when you need to.
Manual MCP config, companion commands, API calls, business-folder onboarding, and orchestration are useful. They should not be the first decision for a new agent install.
Flags, generated files, repair, doctor, GitHub setup, and advanced profiles.
Optional local workflows, automation bundle install, diagnostics, and memory helpers.
What Snipara generates for Claude Code, Codex, Cursor, Gemini CLI, Mistral, VS Code, and MCP clients.
Use this when your product, backend, sync job, or integrator workflow calls Snipara directly.
Enterprise proof gates, drift checks, htasks, and explicit multi-agent coordination.
This matrix is derived from the shared Snipara compatibility contract. It keeps docs, dashboard states, and generated automation bundles aligned around the configured agent.
| Agent | Generated by create-snipara | Hook install status | Automation path |
|---|---|---|---|
Claude Code Hosted MCP, project instructions, and verified lifecycle hooks. | AGENTS.md, CLAUDE.md, .mcp.json, .claude/settings.json, .claude/hooks/*.sh | Supported now | Select hooks in Snipara settings, then apply with npx -y snipara-companion@latest automations install --client claude-code. |
OpenAI Codex Hosted MCP, AGENTS.md, Codex config, and native hook automation. | AGENTS.md, .codex/config.toml, .codex/hooks.json, .codex/hooks/*.sh | Supported now | Select hooks in Snipara settings, then apply with npx -y snipara-companion@latest automations install --client claude-code. |
Cursor Hosted MCP, project rules, and native hook automation. | AGENTS.md, .cursor/mcp.json, .cursor/rules/snipara.mdc, .cursor/hooks.json, .cursor/hooks/*.sh | Supported now | Select hooks in Snipara settings, then apply with npx -y snipara-companion@latest automations install --client claude-code. |
VS Code / Copilot Hosted MCP and Copilot instructions; hook support is preview-gated. | .vscode/mcp.json, .github/copilot-instructions.md | Preview gated | Use Hosted MCP and generated rules/templates. Native hook files stay disabled by default. |
Gemini CLI Hosted MCP, GEMINI.md, and native hook automation. | GEMINI.md, .gemini/settings.json, .gemini/hooks/*.sh | Supported now | Select hooks in Snipara settings, then apply with npx -y snipara-companion@latest automations install --client claude-code. |
Mistral Le Chat / Vibe Hosted MCP for Le Chat and Vibe plus ChatMistralAI tool calling templates. | AGENTS.md, MISTRAL.md, .vibe/config.toml, mistral-le-chat-mcp.json, mistral-langchain-tools.ts | MCP only | Use Hosted MCP and generated rules/templates. Native hook files stay disabled by default. |
MCP-only / Custom Hosted MCP tools and explicit commands only. | mcp-config.json | MCP only | Use Hosted MCP and generated rules/templates. Native hook files stay disabled by default. |