mcp manimgl for Zed
io.github.daedalus/mcp-manimgl
MCP server exposing manimgl mathematical animation functionality as tools for LLMs
client:Zed
transport:stdio
runtime:pypi
Install mcp manimgl in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-manimgl": {
"command": "uvx",
"args": [
"mcp-manimgl"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs