Skip to content

Tabnine

Tabnine uses a project-local settings file and an instruction file for MCP integration.

Terminal window
cce init # Auto-detects Tabnine if .tabnine/ exists
cce init --agent all # Explicitly includes Tabnine

Registers the CCE MCP server for Tabnine’s agent.

{
"mcpServers": {
"context-engine": {
"command": "cce",
"args": ["serve"]
}
}
}

Contains instructions for Tabnine to prefer context_search for code retrieval. The CCE block is wrapped in markers so your own content is preserved.

CCE detects Tabnine when a .tabnine/ directory exists in your project root. No explicit --agent flag is needed.