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.
This commit is contained in:
2026-01-07 08:25:02 +00:00
parent b2266d438d
commit 9e237e2c90
2 changed files with 0 additions and 20 deletions

View File

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

View File

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