slac mcp for Zed
io.github.dennisprediger/slac-mcp
MCP server exposing SLAC (Simple Logic & Arithmetic Compiler) as tools for LLM agents
client:Zed
transport:stdio
runtime:npm
Install slac mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"slac-mcp": {
"command": "npx",
"args": [
"-y",
"slac-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs