ai.smithery/Leghis-smart-thinking
Find relevant Smart‑Thinking memories fast. Fetch full entries by ID to get complete context. Spee…
Links
README
From the repo.
Smart-Thinking
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.
What can you do?
- Check a number. Recalculate a discount, scale a recipe or compare complete quotes using exact arithmetic.
- Check a source. Find the passage behind a statement and inspect its date, context and origin.
- Check a code change. Run approved tests in an isolated environment and see which files were actually tested. A later change needs a new check.
Connect your assistant
You need Node.js 22.16 or newer and Internet access. For an assistant that accepts a mcpServers configuration, add:
{
"mcpServers": {
"smart-thinking": {
"command": "npx",
"args": ["-y", "smart-thinking-mcp@16.3.1"]
}
}
}
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:
npx -y smart-thinking-mcp@16.3.1 --doctor --allow-network
The diagnostic checks connectivity and tool discovery. Provider availability is reported separately.
Try these three requests
- “Use Smart-Thinking to check €80 minus 20%, then add a 15% fee on the discounted price. Explain the steps.” Expected total: €73.60.
- “Use Smart-Thinking to scale 250 g of flour for four people to ten people.” Expected quantity: 625 g.
- “Use Smart-Thinking to order these steps: draft before review, review before publish.” Expected order: draft → review → publish.
See eighteen explained examples for sources and code, too.
Data and limits
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.
Config for your environment
Use the endpoint URL below in your config. No API key — you connect directly.
Tool
OS
Config file: ~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "https://server.smithery.ai/@Leghis/smart-thinking/mcp"
}
}
}Paste into mcpServers in the config file. Restart Cursor after saving.
If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.