~/agent-config
Browse
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 recall.

#mcp #memory #knowledge-graph #context

Snippet

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

Where it installs

Default config location for each supported agent.

Best for

General

Related resources

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 +1

Cursor, Claude Code, Windsurf +2

Details