Sequential Thinking MCP
Adds a structured reasoning tool that lets your agent break hard problems into ordered, revisable steps. Helps with planning and multi-stage tasks.
#mcp #reasoning #planning +1
Cursor, Claude Code, Windsurf +2
DetailsGives your agent a persistent knowledge graph so it remembers entities and relationships across sessions. Great for long-running projects and context recall.
#mcp #memory #knowledge-graph #context
Snippet
{
"mcpServers": {
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}
Default config location for each supported agent.
.cursor/mcp.json.claude/settings.json.windsurf/mcp.json.cline/mcp.json.github/copilot/mcp.jsonAdds a structured reasoning tool that lets your agent break hard problems into ordered, revisable steps. Helps with planning and multi-stage tasks.
#mcp #reasoning #planning +1
Cursor, Claude Code, Windsurf +2
Details