mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
35 lines
650 B
JSON
35 lines
650 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|