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" }