Skip to main content

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.

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:
npx -y @4stax/kontxt init
npx -y @4stax/kontxt serve
If you need deeper customization or want to run from source, see the README in the repo.