Adds a structured step-by-step reasoning tool the agent can call to break a problem into revisable thoughts. Runs locally from the @modelcontextprotocol/server-sequential-thinking npm package.
Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.
Graph-based MCP server for systematic debugging using Problem-Solution Trees and Hypothesis-Experiment-Learning cycles. Runs locally from the mcp-server-debug-thinking npm package.
Repository instructions for a graph-based debugging MCP server. The server records problems, hypotheses, experiments, observations, lessons, solutions, and their relationships in JSONL files, a text format with one JSON object per line.