Menu
Docs / Integrations

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.

Recommended for AI agents

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-snipara
1. Connect

The installer creates the Hosted MCP connection and the right project-scoped templates for the assistant you selected.

2. Preserve

Existing AGENTS.md and CLAUDE.md files are not overwritten. New copies are staged for merge review.

3. Verify

Use npx create-snipara doctor when you want a fresh local check after changing clients or automation settings.

Primary path
For LLM agents: use Hosted MCP
Snipara is project memory and shared context for your AI tools. The model still runs in Claude, Codex, Cursor, ChatGPT, Gemini, Mistral, VS Code, or whichever MCP-compatible client you use.

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.

Generated agent files and hook status

This matrix is derived from the shared Snipara compatibility contract. It keeps docs, dashboard states, and generated automation bundles aligned around the configured agent.

AgentGenerated by create-sniparaHook install statusAutomation path
Claude Code
Hosted MCP, project instructions, and verified lifecycle hooks.
AGENTS.md, CLAUDE.md, .mcp.json, .claude/settings.json, .claude/hooks/*.shSupported nowSelect 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/*.shSupported nowSelect 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/*.shSupported nowSelect 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.mdPreview gatedUse 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/*.shSupported nowSelect 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.tsMCP onlyUse 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.jsonMCP onlyUse Hosted MCP and generated rules/templates. Native hook files stay disabled by default.