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