agent-with-mcp-memory

GitHub

Documentation and developer resources for patchy631/agent-with-mcp-memory

0 stars TypeScript
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

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