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.
Works with Claude Desktop, ChatGPT, Cursor, VS Code Copilot, Claude Code, and Windsurf.
Server Config
{
"mcpServers": {
"tana": {
"command": "/path/to/supertag-mcp",
"env": {
"TANA_WORKSPACE": "main"
}
}
}
}