Zed
Register the jeffs-brain MCP server with Zed's Agent panel.
Prerequisites
- Zed installed with the Agent panel enabled.
- Node
>=20on yourPATH.
Install
Zed reads MCP servers from its context_servers setting in ~/.config/zed/settings.json:
{
"context_servers": {
"jeffs-brain": {
"command": {
"path": "npx",
"args": ["-y", "@jeffs-brain/memory-mcp"],
"env": {
"JB_TOKEN": "optional-hosted-token"
}
}
}
}
}
Reload Zed. The Agent panel should list jeffs-brain under context servers.
Smoke test
Open the Agent panel and ask:
Remember: I deploy with Cloudflare Pages.
Then later:
How do I deploy?
Both turns should invoke the MCP tools.
Troubleshooting
- Nothing shows in the Agent panel — confirm
context_serversis valid JSON and reopen Zed. npxnot found — install Node>=20or use an absolute path.- Logs live at
~/Library/Logs/Zed/Zed.logon macOS and equivalent locations on other platforms.