$ timeahead_
← mcp scores
69
ai.smithery/Leghis-smart-thinking
githubgithub ↗local

Find relevant Smart‑Thinking memories fast. Fetch full entries by ID to get complete context. Spee…

overview

What it does

Smart-Thinking is a local-first MCP server that performs graph-based, multi-step reasoning without relying on external AI APIs. It builds a connected thought graph, evaluates nodes using deterministic heuristics—TF-IDF similarity scoring, confidence assessment, quality ranking—and maintains a verification ledger to track reasoning decisions and surface uncertainties. Every inference step is logged with structured metadata, making the pipeline auditable and reproducible. Sessions persist across runs, allowing you to resume reasoning with the full graph and verification history intact.

Who it's for

Backend engineers building AI features that need local, auditable reasoning without external API calls. Teams in regulated or air-gapped environments where inference must stay local. Developers using Claude Desktop or Cursor who want to layer deterministic graph-based memory and context retrieval into their reasoning pipeline.

Common use cases

  • Build auditable reasoning chains where each decision step is logged, verifiable, and reproducible.
  • Extend Claude Desktop or Cursor with deterministic graph-based memory and context retrieval.
  • Implement local-only reasoning for compliance-sensitive applications without external API calls.
  • Integrate with ChatGPT Connectors in connector mode for knowledge retrieval and verification workflows.

Setup pitfalls

  • Requires Node.js and npm; global install via npm install -g smart-thinking-mcp is recommended, but npx fallback is available.
  • ChatGPT Connectors and some other clients require --mode=connector flag (or SMART_THINKING_MODE=connector env var) to expose only the search and fetch tools.
  • Platform-specific configuration for Windows, macOS, Linux, and Claude Desktop integration is documented in GUIDE_INSTALLATION.md; review before first run.
  • Last commit was 106 days ago; verify client compatibility with your MCP version before production deployment.
install
add to your claude desktop / cursor / windsurf mcp config:
{
  "mcpServers": {
    "aismitheryleghis-smart-thinking": {
      "command": "npx",
      "args": [
        "-y",
        "smart-thinking-mcp"
      ]
    }
  }
}
per-client install guide (claude desktop · cursor · windsurf · vscode · claude code) →
owner of this server? claim your listing to get a verified badgeclaim →
score breakdown
security (35%)100
freshness (25%)65
adoption (20%)15
quality (10%)100
trust (10%)50
capabilities · what this server can do
tool list unavailable — permissions from static analysis·auth: API key
high risk
● active   ○ not requested  ·  hover each badge for details
fs read fs write network exec eval secrets
why high risk: fs read + fs write + exec + eval + secrets active — can execute code, access credentials, and make external network calls.
maintenance health
13/ 100 · is this project alive
contributors (1y)2
top contributor share96%
releases (1y)0
ci✗ none
raw data
weekly downloads0
github stars31
forks12
open issues0
license✓ present
readme length8436 chars
last publish61d ago
last commit107d ago
last updated6h ago
score drop alerts
get notified by email when this server's score drops 5+ points