memi for VS Code
io.github.memi-design/memi
Memi is the design layer for agentic AI.
client:VS Code
transport:stdio
runtime:npm
Install memi in VS Code
.vscode/mcp.json
{
"servers": {
"memi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@memi-design/cli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs