Clear Thought Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Clear Thought Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server that provides systematic thinking, mental models, and debugging approaches for enhanced problem-solving capabilities.
To install clear-thought-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @oriz-org/clear-thought-mcp-server --client claudegit clone https://github.com/oriz-org/clear-thought-mcp-server.gitThen navigate to the project directory:
cd clear-thought-mcp-servernpm installnpm run buildStart the server with:
npm startThis will start the MCP server using stdio transport, which can be connected to by MCP clients.
For development with automatic reloading:
npm run devThe server can be used with any MCP-compatible client. Here are some examples:
#### Using with the MCP Inspector
npm install -g @modelcontextprotocol/inspectornpm startmcp-inspector --stdio "node dist/index.js"#### Using with LLM Applications
The server can be integrated with LLM applications that support the Model Context Protocol. Refer to the MCP documentation for specific integration details.
Each tool in the Clear Thought MCP Server has specific strengths. Here are some scenarios where each tool might be particularly useful:
Best suited for:
Example scenarios:
Best suited for:
Example scenarios:
Best suited for:
Example scenarios:
Best suited for:
Example scenarios:
Best suited for:
Example scenarios:
Best suited for:
Example scenarios:
Best suited for:
Example scenarios:
Best suited for:
Example scenarios:
Best suited for:
Example scenarios:
Best suited for:
Example scenarios:
Best suited for:
Example scenarios:
Note: These are suggestions rather than rules. Tools can be used in any order or combination that best serves your needs.
clear-thought-mcp-server/
├── dist/ # Compiled JavaScript files
├── src/ # TypeScript source code
│ ├── models/ # Data interfaces
│ ├── tools/ # Tool implementations
│ └── index.ts # Main server entry point
├── package.json # Project dependencies and scripts
├── tsconfig.json # TypeScript configuration
└── README.md # Project documentationChirag Singhal (@chirag127)
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.