Skip to main content
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.