Skip to content

Commit f274534

Browse files
committed
Clean up MCP server configurations
- Remove memory and gemini MCP servers from configuration - Simplify .mcp.json to only include active servers (code-reasoning, sequential-thinking, context7) - Update both local and shared Claude Code settings - Remove unused server configurations and environment variables
1 parent f840172 commit f274534

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

.claude/settings.local.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
"enabledMcpjsonServers": [
2020
"code-reasoning",
2121
"sequential-thinking",
22-
"context7",
23-
"memory",
24-
"gemini"
22+
"context7"
2523
],
2624
"outputStyle": "Architect"
2725
}

.mcp.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,5 @@
1717
"DEFAULT_MINIMUM_TOKENS": "10000"
1818
}
1919
},
20-
"memory": {
21-
"command": "npx",
22-
"args": ["-y", "@modelcontextprotocol/server-memory"],
23-
"env": {
24-
"DEFAULT_MINIMUM_TOKENS": "10000",
25-
"MEMORY_FILE_PATH": "/Users/svenlito/.config/agent-memory.jsonl"
26-
}
27-
},
28-
"gemini": {
29-
"command": "/Users/svenlito/Projects/zen-mcp-server/.zen_venv/bin/python",
30-
"args": ["/Users/svenlito/Projects/zen-mcp-server/server.py"]
31-
}
3220
}
3321
}

common/claude-code/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"code-reasoning",
88
"sequential-thinking",
99
"context7",
10-
"memory"
1110
],
1211
"statusLine": {
1312
"type": "command",

0 commit comments

Comments
 (0)