"Most agents re-read your entire codebase every time they start a task — the same files, the same functions, the same slow discovery loop. Terrain indexes it once into a knowledge graph, and every session after that already knows where everything is."
Two steps to supercharge your AI assistant.
npx terrain-ai@latest --setup
Add to your Claude Code / Cursor / Windsurf settings:
{
"mcpServers": {
"terrain-ai": {
"command": "npx",
"args": ["-y", "terrain-ai@latest", "--server"]
}
}
}