{% extends "base.html" %} {% block title %}Dashboard — Log Thread{% endblock %} {% block content %}
Your code intelligence is ready. Follow the steps below to get started.
Install Log Thread on your development machine.
Authenticate and index your codebase.
Add to your Cursor/Windsurf MCP config.
Use an API key for headless environments or CI/CD pipelines.
Your new API key (save it now, it won't be shown again):
Add this to your MCP configuration file:
{
"mcpServers": {
"logthread": {
"command": "logthread",
"args": ["serve", "--watch", "--path", "/path/to/your/project"]
}
}
}
Replace /path/to/your/project with the absolute path to your indexed repository.
logthread analyze . to get started.