# System Requirements

**Minimum Requirements**

**Hardware:**

* CPU: 1 GHz or faster
* RAM: 512 MB available
* Disk: 100 MB free space
* Network: Broadband internet connection

**Software:**

* **Node.js:** v18.0.0 or higher
* **npm:** v8.0.0 or higher
* **Operating System:**
  * Windows 10 or higher
  * macOS 10.15 (Catalina) or higher
  * Ubuntu 20.04+, Debian 10+, or equivalent

**MCP Client Requirements**

**Claude Desktop (Recommended):**

* Version: Latest stable release
* Download: <https://claude.ai/download>
* Supported OS: Windows, macOS, Linux

**Claude Code (VS Code Extension):**

* VS Code: Version 1.80.0 or higher
* Extension: Claude Code from VS Code Marketplace

**Other MCP Clients:**

* Must support MCP protocol specification
* Requires stdio transport support

  It's a communication protocol that uses standard streams:

  * stdin (standard input) - receives data into the process
  * stdout (standard output) - sends data out of the process
  * stderr (standard error) - outputs error messages


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zetrix.com/en/developer-resources/zetrix-mcp-server/complete-installation-guide/system-requirements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
