mcp server for Zed
io.github.gabrielahdzmicrosoft/mcp-server
An MCP server that provides visual memory and context storage with knowledge graph capabilities
client:Zed
transport:stdio
runtime:npm
Install mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"visual-memory-context-server"
],
"env": {
"MEMORY_FILE_PATH": "<MEMORY_FILE_PATH>",
"ALLOWED_DIRECTORIES": "<ALLOWED_DIRECTORIES>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs