mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
chore(mcp): remove servers I run/manage via ToolHive
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
20
mcp.json
20
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",
|
||||
|
||||
Reference in New Issue
Block a user