> ## Documentation Index
> Fetch the complete documentation index at: https://codearchitect.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Privacy Policy

> Privacy policy for CodeArchitect MCP

CodeArchitect MCP is designed with privacy as a core principle. **Your data stays on your machine.**

## Data Storage

**Local only:**

* Sessions saved as markdown files in your project directory
* No external servers or cloud storage
* No third-party services
* Complete control over your data

**Location:** `<project-root>/.codearchitect/sessions/` (customizable via env vars)

## Data Collection

**No telemetry:**

* No usage statistics
* No session content collection
* No personal information
* No system information
* No network requests

**No external connections:**

* Runs entirely locally
* No internet required
* No API keys needed

## Your Control

* Version control: Commit sessions to git
* Review code: Open source on [GitHub](https://github.com/tairqaldy/codearchitect-mcp)
* File permissions: Respects system permissions
* Path validation: Prevents directory traversal attacks

## Security

* Path validation prevents attacks
* File operations wrapped in error handling
* No arbitrary file system access

## Contact

Questions? [GitHub Issues](https://github.com/tairqaldy/codearchitect-mcp/issues) or [Telegram](https://t.me/tairqaldy)
