diff --git a/cursor/mcp.json b/cursor/mcp.json index cb7c82e..35f7d3e 100644 --- a/cursor/mcp.json +++ b/cursor/mcp.json @@ -1,34 +1,14 @@ { - "mcpServers": { - "context7": { - "type": "stdio", - "command": "mise", - "args": [ - "x", - "npm:@upstash/context7-mcp", - "--", - "context7-mcp" - ] - }, - "sequential-thinking": { - "type": "stdio", - "command": "mise", - "args": [ - "x", - "npm:@modelcontextprotocol/server-sequential-thinking", - "--", - "mcp-server-sequential-thinking" - ] - }, - "memory": { - "type": "stdio", - "command": "mise", - "args": [ - "x", - "npm:@modelcontextprotocol/server-memory", - "--", - "mcp-server-memory" - ] - } - } + "mcpServers": { + "memory": { + "type": "stdio", + "command": "mise", + "args": [ + "x", + "npm:@modelcontextprotocol/server-memory", + "--", + "mcp-server-memory" + ] + } + } } diff --git a/mcp.json b/mcp.json index 8374d3a..730f87d 100644 --- a/mcp.json +++ b/mcp.json @@ -1,25 +1,5 @@ { "servers": { - "context7": { - "type": "stdio", - "command": "mise", - "args": [ - "x", - "npm:@upstash/context7-mcp", - "--", - "context7-mcp" - ] - }, - "sequential-thinking": { - "type": "stdio", - "command": "mise", - "args": [ - "x", - "npm:@modelcontextprotocol/server-sequential-thinking", - "--", - "mcp-server-sequential-thinking" - ] - }, "memory": { "type": "stdio", "command": "mise",