AI Toolkit

MCP серверы, LSP, скиллы, плагины, AI-модели и другие инструменты

1 инструментов Сбросить

Tractatus Thinking

v4.0.10
MCP MCP Servers Open Source

MCP-сервер логического анализа по методу Витгенштейна: структурирует запутанное мышление через декомпозицию пропозиций, выявляет противоречия и уточняет концепции. Философский reasoning toolkit для AI-агентов.

# Установка: git clone https://gitlab.com/CochainComplex/tractatus-thinking.git cd tractatus-thinking pip install -r requirements.txt # Claude Desktop — claude_desktop_config.json: { "mcpServers": { "tractatus": { "command": "python", "args": ["/path/to/tractatus-thinking/server.py"] } } } # Claude Code (CLI): claude mcp add tractatus -- python /path/to/tractatus-thinking/server.py # OpenCode — ~/.config/opencode/opencode.json: { "mcp": { "tractatus": { "type": "local", "command": ["python", "/path/to/tractatus-thinking/server.py"] } } }