bible mcp for Zed
io.github.mrfentmen/bible-mcp
Bible in one place: verse references, phrase search, and full KJV chapters. No key required.
client:Zed
transport:stdio
runtime:npm
Install bible mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bible-mcp": {
"command": "npx",
"args": [
"-y",
"bible-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs