From 9fc5722fa743ac08c6149b52a30ba4dd97a09240 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 7 Jul 2025 23:14:02 +0100 Subject: [PATCH] feat(mise/tools): add memory and sequential-thinking mcp servers --- config/mise/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/mise/config.toml b/config/mise/config.toml index 6f30b3c..0110d37 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -47,6 +47,8 @@ ruby_install = true "npm:@anthropic-ai/claude-code" = "latest" "npm:@github/copilot-language-server" = "latest" "npm:@mermaid-js/mermaid-cli" = "latest" +"npm:@modelcontextprotocol/server-memory" = "latest" +"npm:@modelcontextprotocol/server-sequential-thinking" = "latest" "npm:@openai/codex" = "latest" "npm:@prettier/plugin-php" = "latest" "npm:@upstash/context7-mcp" = "latest"