The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Leghis Smart Thinking listing page.
Help your AI check its work.
Smart-Thinking connects your usual AI assistant to tools for checking calculations, finding supporting passages and testing code. Ask in ordinary language; your assistant prepares the check and explains the result.
This package is the small MCP client. MCP is the protocol assistants use to connect to tools. The checking engine runs on the hosted service. You do not need to install a database, run the engine or supply a personal token for public access.
You need Node.js 22.16 or newer and Internet access. For an assistant that accepts a mcpServers configuration, add:
Save the configuration and reload the MCP connection in your assistant. VS Code uses a different format. Follow the application-specific connection guides for Codex, Claude, Cursor, VS Code or direct HTTP access.
To diagnose a connection from your terminal:
The diagnostic checks connectivity and tool discovery. Provider availability is reported separately.
See eighteen explained examples for sources and code, too.
Requests go to the hosted service. Search and semantic checks can use external providers; submitted code files run in a separate sandbox. The client does not scan your disk. Dossiers and results are stored server-side. Keep anonymous dossier identifiers private: they include access capabilities.
Public access has shared quotas. An exact calculation checks the supplied expression; passing tests cover the executed suite. Model reviews remain fallible. Code review has an internal qualification for bounded, explicit requirements. It can cover the declared semantic review when its evidence and qualification remain valid. This is not external accreditation or a correctness guarantee.
Read the data and trust guide, documentation and evaluations. The website is available in French and English.
MIT license. Source and issues.