Skip to content
VS Code

slac mcp for VS Code

io.github.dennisprediger/slac-mcp

MCP server exposing SLAC (Simple Logic & Arithmetic Compiler) as tools for LLM agents

client:VS Code transport:stdio runtime:npm

Install slac mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "slac-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "slac-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

slac mcp in other clients