luma mcp for Zed
io.github.runapi-builder/luma-mcp
RunAPI MCP server for Luma: create tasks, poll status, check pricing.
client:Zed
transport:stdio
runtime:npm
Install luma mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"luma-mcp": {
"command": "npx",
"args": [
"-y",
"@runapi.ai/luma-mcp"
],
"env": {
"RUNAPI_API_KEY": "<RUNAPI_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs