Th0th
未认领🏛️ Ancient knowledge keeper for modern code. Semantic search with 98% token reduction for AI assistants. Features: hybrid search, context compression, persistent memory.
安装
npx @th0th-ai/mcp-client --config-show工具(21 个)
th0th_analytics
Usage patterns, cache performance, metrics
th0th_compress
Compress context (keeps structure, removes detail)
th0th_get_references
Find all usages of a symbol across the project
th0th_go_to_definition
Jump to definition with file + line context
th0th_index
Index a project directory with semantic embeddings
th0th_index_status
Poll background indexing job progress
th0th_list_projects
List all indexed projects with status and file counts
th0th_memory_list
Browse memories by type/importance (audit mode)
th0th_optimized_context
Search + compress in one call (max token efficiency)
th0th_project_map
One-shot project summary: stats, top files by PageRank, symbol distribution
th0th_read_file
Read a file with symbol metadata and imports
th0th_recall
Semantic search over stored memories
th0th_reindex
Force full reindex after a large refactor
th0th_remember
Store important information in persistent memory
th0th_reset_project
Delete all indexed data for a project (vectors, symbols, memories)
th0th_search
Hybrid semantic + keyword search with RRF ranking. Supports responseMode=enriched for full content + imports + parentSymbol in one call
th0th_search_definitions
Find function/class/type definitions by name
th0th_symbol_snippet
Get raw code snippet by file + line range
th0th_synapse_access
Record file access to boost that file in future searches
th0th_synapse_prime
Seed working-memory buffer with recalled memories
th0th_synapse_session
Create/resume a cognitive session scoped to a task