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