a year ago
"Tianji" is a powerful thinking model MCP server that integrates hundreds of thinking models, frameworks, and methodologies to help users think more systematically and comprehensively about problems. Through the MCP (Model Context Protocol) interface, AI assistants can access these thinking tools and seamlessly apply structured thinking methods to conversations. The name "Tianji" originates from the ancient Chinese saying "Heaven's secrets must not be revealed," implying that it helps users uncover deeper patterns of thinking and wisdom.
Tools
list-models
search-models
recommend-models-for-problem
get-model-info
get-categories
get-related-models
explain-reasoning-process
interactive-reasoning
generate-validate-hypotheses
count-models
record-user-feedback
detect-knowledge-gap
get-model-usage-stats
analyze-learning-system
get-server-version
create-thinking-model
update-thinking-model
emergent-model-design
get-started-guide
Server Config
{
"mcpServers": {
"thinking-models": {
"command": "npx",
"args": [
"--yes",
"--no-cache",
"@thinking-models/mcp-server@latest"
]
}
}
}