~/agent-config
Browse
MCP

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 #thinking

Snippet

{
  "mcpServers": {
    "sequential-thinking": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
    }
  }
}

Where it installs

Default config location for each supported agent.

Best for

General

Related resources

Skill

Brainstorming

Explores user intent, requirements, and design before implementation. Required before any creative work — features, components, or behavior changes.

#planning #design #spec +1

Cursor, Claude Code, Windsurf +3

MCP

Memory MCP

Gives your agent a persistent knowledge graph so it remembers entities and relationships across sessions. Great for long-running projects and context…

#mcp #memory #knowledge-graph +1

Cursor, Claude Code, Windsurf +2

Details