# Modellix Docs

Search the Modellix knowledge base to quickly find relevant technical information, code examples, and API references. Retrieve implementation details and official guides to solve development queries …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add modellix/modellix-docs

# Browse available tools
npx -y @smithery/cli@latest tool list modellix/modellix-docs

# Get full schema for a tool
npx -y @smithery/cli@latest tool get modellix/modellix-docs SearchModellix

# Call a tool
npx -y @smithery/cli@latest tool call modellix/modellix-docs SearchModellix '{}'
```

## Direct MCP Connection

Endpoint: `https://modellix-docs--modellix.run.tools`

## Tools (1)

- `SearchModellix` — Search across the Modellix knowledge base to find relevant information, code examples, API references, and guides. Use …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get modellix/modellix-docs <tool-name>
```
