mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 03:16:39 +00:00
19 lines
266 B
JSON
19 lines
266 B
JSON
{
|
|
"servers": {
|
|
"memory": {
|
|
"type": "stdio",
|
|
"command": "mise",
|
|
"args": [
|
|
"x",
|
|
"npm:@modelcontextprotocol/server-memory",
|
|
"--",
|
|
"mcp-server-memory"
|
|
]
|
|
},
|
|
"deepwiki": {
|
|
"url": "https://mcp.deepwiki.com/mcp"
|
|
}
|
|
},
|
|
"inputs": []
|
|
}
|