> ## Documentation Index
> Fetch the complete documentation index at: https://docs.4stax.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Self-hosting

> Run kontxt on your own server.

kontxt is fully self hostable. It is a Node.js process. For most setups, you can run the MCP server directly via npm without cloning:

```bash theme={null}
npx -y @4stax/kontxt init
npx -y @4stax/kontxt serve
```

If you need deeper customization or want to run from source, see the [README](https://github.com/4stax-hq/kontxt) in the repo.
