llms.txt Content
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Gortex — code intelligence for your AI coding agent</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="Gortex indexes a repo into an in-memory knowledge graph and serves it to coding agents over MCP, HTTP, and a web UI. A 21-tool MCP surface (100+ operations), 18 resources, 257 languages — one graph query replaces a stack of file reads, up to 50× fewer tokens per response." />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<link rel="apple-touch-icon" href="favicon.svg" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;700&family=Inter+Tight:wght@400;500;600&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="chrome.css">
<style>
/* Page-specific overrides — chrome.css ships :root, frame, topbar, statusbar, footer, btn, row-label, pane-title, h2lead. */
.panes {
display: grid;
grid-template-columns: 1.05fr .95fr;
min-height: calc(100vh - 16px - 34px - 28px);
}
.panes>section {
border-right: 1px solid var(--rule);
padding: var(--pad);
}
.panes>section:last-child {
border-right: 0;
}
@media (max-width: 1000px) {
.panes {
grid-template-columns: 1fr;
}
.panes>section {
border-right: 0;
border-bottom: 1px solid var(--rule);
}
}
h1.hero {
font-family: var(--font-dspl);
font-weight: 500;
font-size: clamp(36px, 5vw, 64px);
line-height: 1.02;
letter-spacing: -0.02em;
margin: 0 0 24px;
color: var(--ink);
}
h1.hero .cursor {
display: inline-block;
width: .55ch;
height: 1em;
background: var(--accent);
vertical-al