mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 03:16:39 +00:00
feat(mcp): add memory and sequential-thinking servers
This commit is contained in:
1
.vscode/settings.shared.json
vendored
1
.vscode/settings.shared.json
vendored
@@ -7,6 +7,7 @@
|
||||
"exafunction",
|
||||
"frontmost",
|
||||
"logpanel",
|
||||
"modelcontextprotocol",
|
||||
"runonsave",
|
||||
"shellformat",
|
||||
"todesktop",
|
||||
|
||||
@@ -2,6 +2,25 @@
|
||||
"mcpServers": {
|
||||
"context7": {
|
||||
"url": "https://mcp.context7.com/mcp"
|
||||
},
|
||||
"sequential-thinking": {
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
24
mcp.json
24
mcp.json
@@ -1,8 +1,28 @@
|
||||
{
|
||||
"servers": {
|
||||
"context7": {
|
||||
"url": "https://mcp.context7.com/mcp",
|
||||
"type": "http"
|
||||
"type": "http",
|
||||
"url": "https://mcp.context7.com/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"
|
||||
]
|
||||
}
|
||||
},
|
||||
"inputs": []
|
||||
|
||||
@@ -282,7 +282,28 @@
|
||||
"mcp": {
|
||||
"servers": {
|
||||
"context7": {
|
||||
"type": "http",
|
||||
"url": "https://mcp.context7.com/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"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user