- Supertag Cli
Supertag Cli
what is Supertag Cli?
Supertag Cli is a complete MCP server for Tana PKM that provides 18 tools for full-text and semantic vector search, unified query language, graph traversal, meeting transcript search, aggregation/analytics, and node creation, all running locally without cloud dependency or tracking.
how to use Supertag Cli?
To use Supertag Cli, set up the server by configuring the command with your TANA_WORKSPACE and run the standalone binary. You can then access various tools for searching, exploring, and mutating your data.
key features of Supertag Cli?
- Full-text search across your workspace
- Semantic vector search for content by meaning
- SQL-like query capabilities with field filtering
- Graph traversal to find connected nodes
- Meeting transcript search and management
- Local operation with no cloud or tracking
use cases of Supertag Cli?
- Conducting in-depth research with full-text and semantic searches.
- Managing and analyzing meeting transcripts for insights.
- Creating and organizing nodes with specific supertags for better data management.
FAQ from Supertag Cli?
- Is Supertag Cli cloud-based?
No, Supertag Cli runs 100% locally with no cloud dependency.
- What tools are included in Supertag Cli?
It includes tools for searching, exploring, and mutating data, such as full-text search, semantic search, and transcript management.
- Do I need Node.js to run Supertag Cli?
No, Supertag Cli is a standalone binary and does not require Node.js.
Server Config
{
"mcpServers": {
"tana": {
"command": "/path/to/supertag-mcp",
"env": {
"TANA_WORKSPACE": "main"
}
}
}
}