Task
Run MCP Observatory against Sequential Thinking MCP (@anthropic/mcp-server-sequential-thinking) and add a Safety Index target.
Why this matters
Sequential Thinking enables agents to break down complex reasoning into ordered steps with revision. The security surface includes thought chain manipulation, potential for unbounded recursion, and the tool's ability to override or revise prior agent reasoning state.
Steps
- Run the scan:
npx @kryptosai/mcp-observatory test npx -y @anthropic/mcp-server-sequential-thinking
- Generate the report:
npx @kryptosai/mcp-observatory report --run <artifact.json> --format markdown
- Add artifacts to
docs/safety-index/artifacts/sequential-thinking-mcp-server.{json,md}
- Add entry to
docs/safety-index/targets.json
- Update the safety index table in
docs/mcp-server-safety-index.md
- Run
npm run safety-index and npm test
Safe mode
The tool listing works without any configuration. The scan runs in metadata-only safe mode by default.
Reference
See PR #209 (UI5 MCP) for the expected output format. 15-20 minutes.
Task
Run MCP Observatory against Sequential Thinking MCP (
@anthropic/mcp-server-sequential-thinking) and add a Safety Index target.Why this matters
Sequential Thinking enables agents to break down complex reasoning into ordered steps with revision. The security surface includes thought chain manipulation, potential for unbounded recursion, and the tool's ability to override or revise prior agent reasoning state.
Steps
npx @kryptosai/mcp-observatory test npx -y @anthropic/mcp-server-sequential-thinkingnpx @kryptosai/mcp-observatory report --run <artifact.json> --format markdowndocs/safety-index/artifacts/sequential-thinking-mcp-server.{json,md}docs/safety-index/targets.jsondocs/mcp-server-safety-index.mdnpm run safety-indexandnpm testSafe mode
The tool listing works without any configuration. The scan runs in metadata-only safe mode by default.
Reference
See PR #209 (UI5 MCP) for the expected output format. 15-20 minutes.