Supertag Cli

by jcfischer

161 downloads
Not rated
GitHub

About

Complete MCP server for Tana PKM with 16 tools. Full-text and semantic vector search, unified query language with field filtering, graph traversal, meeting transcript search, aggregation/analytics, and node creation. Runs 100% locally - no cloud, no tracking.

Details

Author
jcfischer
Downloads
161
Categories
Developer Tools

- Full-text search across workspace
- Semantic search by meaning
- Query nodes by supertag, fields, dates
- Graph traversal for related nodes
- Transcript search and retrieval
- Create new nodes with supertags

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Supertag Cli
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Supertag Cli is a standalone binary that connects to a Tana workspace. It is used by configuring it as an MCP server in compatible clients such as Claude Desktop, ChatGPT, Cursor, VS Code Copilot, Claude Code, and Windsurf. Specific configuration steps are not provided in the README.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "supertag cli": {
            "tana": {
                "command": "/path/to/supertag-mcp",
                "env": {
                    "TANA_WORKSPACE": "main"
                }
            }
        }
    }
}

McpServers

{
    "tana": {
        "command": "/path/to/supertag-mcp",
        "env": {
            "TANA_WORKSPACE": "main"
        }
    }
}

Complete MCP server for Tana PKM with 18 tools. Runs 100% locally - no cloud, no tracking.

QUERY TOOLS:
- tana_search: Full-text search across your workspace
- tana_semantic_search: Vector similarity search - find content by meaning
- tana_tagged: Find all nodes with a specific supertag
- tana_query: SQL-like query with field and date filtering
- tana_aggregate: Group and count nodes by field or time period
- tana_field_values: Query text-based field values

EXPLORE TOOLS:
- tana_node: Get node contents with configurable depth
- tana_related: Graph traversal to find connected nodes
- tana_stats: Database statistics
- tana_supertags: List all supertags
- tana_supertag_info: Query supertag inheritance and fields

TRANSCRIPT TOOLS:
- tana_transcript_list: List meetings with transcripts
- tana_transcript_show: Get full transcript for a meeting
- tana_transcript_search: Search within transcripts

MUTATE TOOLS:
- tana_create: Create new nodes with supertags and references

SYSTEM TOOLS:
- tana_capabilities: Lightweight overview of all tools
- tana_tool_schema: Get full schema for any tool
- tana_sync: Trigger database reindex

Works with Claude Desktop, ChatGPT, Cursor, VS Code Copilot, Claude Code, and Windsurf. Standalone binary - no Node.js required.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.