# Mistral Project Context

Use Snipara Hosted MCP before answering project-specific questions.

- Endpoint: `https://api.snipara.com/mcp/YOUR_PROJECT_SLUG`
- Auth: `SNIPARA_API_KEY` from the environment or the client secret store.
- Le Chat: add Snipara as a Custom MCP Connector.
- Vibe: use `.vibe/config.toml` or `~/.vibe/config.toml` with the generated streamable-http server block.
- LangChain JavaScript: bind `snipara_recall`, `snipara_context_query`, and `snipara_settings` to `ChatMistralAI` with `bindTools`.
- Mistral `beforeRequestHooks`, `requestErrorHooks`, and `responseHooks` are model request hooks, not local agent lifecycle hooks.

For project work, call `snipara_recall` for durable memory and `snipara_context_query` for source-truth context before falling back to local search.
