71
/ 100
9 days ago
glama

SequentialThinking

Dual MoA (Self-MoA + Iterative-MoA) reasoning MCP server with 26 tools for structured thinking. LLM-powered inference, Chinese FTS5 search, SQLite persistence, quality scoring, bias detection, and 192 unit tests. Supports Streamable HTTP and stdio transport.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: DEEPSEEK_API_KEY, DASHSCOPE_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretDEEPSEEK_API_KEY"env": { "": "sk-xxx" }
configST_LLM_SELECTOR├── ← 0/1/2/3
🔐 secretDASHSCOPE_API_KEY└── ← 模型2 API Key(双模型模式需要)
configST_LLM_API_BASE├── ← API 端点
configST_LLM_MODEL├── ← 模型1 名称
configST_LLM_TIMEOUT
configST_LLM2_API_BASE
configST_LLM2_MODEL├── ← 模型2 名称
configST_MOA_ROUNDS├── ← 1~20
configST_LLM_MODE├── ← self-moa / iterative
configST_TRANSPORT传输模式 streamable-http
configST_HOST├── / ST_PORT ← 监听地址和端口
configST_PORT├── ST_HOST / ← 监听地址和端口
configST_DB_PATH└── ← SQLite 数据库路径
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/lsekit-sequentialthinking-1gkv1k)](https://m8ven.ai/mcp/lsekit-sequentialthinking-1gkv1k)
commit: 625d15df0d6a66af47c6e222137c88974b2bd16a
code hash: fc5b8c2158c311a06b5c32569405791cbc5801d035c721f26b85684c39347892
verified: 7/22/2026, 8:41:20 AM
view raw JSON →