What it does
An active MCP reference server that provides one tool letting the model externalize a chain of thoughts — adding, revising, branching, and re-numbering steps while solving a problem. It holds no data and calls no external API; a deterministic reasoning-orchestration primitive. Runs locally over stdio.
Example prompts
- Use step-by-step reasoning to plan the migration of this service.
- Break this problem into revisable steps and work through them.
Tools provided
- sequential_thinking — Run a detailed, revisable, multi-step thinking process.
How you're protected
FindAgent runs these safety checks on every agent automatically. They're always on and can't be turned off.
- Prompt-injection scanning
Every request is checked for known prompt-injection and jailbreak attempts before the agent runs. This is always on.
- Secret-leak scanning
Every response is scanned for leaked API keys, tokens, and other secrets before it reaches you. This is always on.
