From 9e237e2c90617c422d320720423c6f4ad71ee1b2 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 7 Jan 2026 08:25:02 +0000 Subject: [PATCH] chore(mcp): remove memory server configuration from mcp.json files - Deleted the memory server configuration from both mcp.json and cursor/mcp.json to streamline server settings. --- cursor/mcp.json | 10 ---------- mcp.json | 10 ---------- 2 files changed, 20 deletions(-) diff --git a/cursor/mcp.json b/cursor/mcp.json index e6fd11b..94c1967 100644 --- a/cursor/mcp.json +++ b/cursor/mcp.json @@ -1,15 +1,5 @@ { "mcpServers": { - "memory": { - "type": "stdio", - "command": "mise", - "args": [ - "x", - "npm:@modelcontextprotocol/server-memory", - "--", - "mcp-server-memory" - ] - }, "deepwiki": { "url": "https://mcp.deepwiki.com/mcp" } diff --git a/mcp.json b/mcp.json index f9ea34a..b316834 100644 --- a/mcp.json +++ b/mcp.json @@ -1,15 +1,5 @@ { "servers": { - "memory": { - "type": "stdio", - "command": "mise", - "args": [ - "x", - "npm:@modelcontextprotocol/server-memory", - "--", - "mcp-server-memory" - ] - }, "deepwiki": { "url": "https://mcp.deepwiki.com/mcp" }