Smart-Thinking is a Model Context Protocol (MCP) server that delivers graph-based, multi-step reasoning without relying on external AI APIs, operating entirely locally.
From the registry: Find relevant Smart‑Thinking memories fast. Fetch full entries by ID to get complete context. Spee…

Please install the `leghis-smart-thinking` MCP server into my current AI client (that's you).
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","smart-thinking-mcp"]
- optional environment variables:
- `SMART_THINKING_ENABLE_EXTERNAL_TOOLS`: Set to true to enable external verification/search connectors (example: `true`)
- `SMART_THINKING_MODE`: Set to 'connector' for ChatGPT connector mode (search+fetch only) (example: `connector`)
Note: Also supports HTTP/SSE transport via '--transport=http --port 8000'. Runs zero-API-key mode by default.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.SMART_THINKING_ENABLE_EXTERNAL_TOOLSEnables external verification/search connectors.SMART_THINKING_MODESets the mode for the server, such as 'connector' for compatibility with certain clients.AI Agents Framework with Self Reflection and MCP support