> For the complete documentation index, see [llms.txt](https://docs.zetrix.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zetrix.com/en/developer-resources/zetrix-mcp-server/contributing/development-setup.md).

# Development Setup

#### **Fork and Clone**

```bash
git clone https://github.com/YOUR_USERNAME/zetrix-mcp-server.git
cd zetrix-mcp-server
```

#### **Install Dependencies**

```bash
npm install
```

#### **Build Project**

```bash
npm run build
```

#### **Run Tests**

```bash
npm test
```

#### **Run in Development Mode**

```bash
npm run dev
```

***
