MotionLint for Zed
io.github.bobaba99/motionlint
Catch bad animations before they ship. Deterministic motion audit + vision-LLM design review.
client:Zed
transport:stdio
runtime:npm
Install MotionLint in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"motionlint": {
"command": "npx",
"args": [
"-y",
"motionlint"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"OPENAI_API_KEY": "<OPENAI_API_KEY>",
"GOOGLE_API_KEY": "<GOOGLE_API_KEY>",
"OPENAI_BASE_URL": "<OPENAI_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs