krshirkoohi/Tana-Embeddings-Public
A high-performance semantic search engine for Tana using Local BGE embeddings and LanceDB.
Platform-specific configuration:
{
"mcpServers": {
"Tana-Embeddings-Public": {
"command": "npx",
"args": [
"-y",
"Tana-Embeddings-Public"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A high-performance semantic search engine for Tana that syncs nodes to a local vector store for instant, conceptual retrieval. Built to bypass the limitations of keyword-only search by providing deep, semantic understanding of your knowledge graph.
BAAI/bge-small-en-v1.5 model for high-quality embeddings without requiring an external API (runs entirely on your machine).launchd or cron. git clone https://github.com/krshirkoohi/Tana-Embeddings-Public.git
cd Tana-Embeddings-Public pip install -r requirements.txt Create a .env file in the root directory (this is ignored by Git):
TANA_TOKEN=your_tana_token_hereTo pull your latest Tana nodes and update the local vector store:
python3 sync_tana.pyTo search your Tana workspace conceptually:
python3 search_tana.py "How do I handle project manageLoading reviews...