Back to Apps

Camille
Supports UIby srao-positron
AI code compliance checker and semantic search tool for Claude Code, validating changes against project rules and security best practices.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Camille acts as an automated partner for Claude Code, providing a robust layer of security and compliance checking. It uses semantic embeddings to allow natural language search across your codebase and validates every code change against project-specific rules defined in CLAUDE.md, ensuring architectural consistency and security.
Tools
camille_search_code: Performs semantic search using natural language to find relevant code patterns and files.camille_validate_changes: Checks proposed code changes for security vulnerabilities (XSS, injections) and compliance with project rules.camille_status: Reports the current state of the Camille server and indexing readiness.
Installation
Install globally via npm:
sudo npm install -g claude-camille
camille setup
Add to Claude Code:
claude mcp add camille -- camille server start --mcp
Supported hosts
- claude
Quick install
sudo npm install -g claude-camille && camille setupInformation
- Pricing
- free
- Published
- 4/27/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add `camille server start --mcp` to MCP configuration.claude-ai
MCP server URL (if hosted via HTTP/SSE)Claude Desktop
Add to config: { "mcpServers": { "camille": { "command": "camille", "args": ["server", "start", "--mcp"] } } }





