Stats
Actions
Tags
From tabnine
Connects remotely to Tabnine's HTTP endpoint (https://${TABNINE_HOST}/indexer/mcp) for code context indexing. Requires TABNINE_HOST env var and likely authentication credentials.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"tabnine-context": {
"type": "http",
"url": "https://${TABNINE_HOST}/indexer/mcp"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
https://${TABNINE_HOST}/indexer/mcpnpx claudepluginhub tabnine/skills --plugin tabnine