chore(mcp): remove servers I run/manage via ToolHive

This commit is contained in:
2025-07-26 12:11:11 +01:00
parent d265637e77
commit 858193cdcb
2 changed files with 12 additions and 52 deletions

View File

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

View File

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