Skip to content
VS Code

guidance lark mcp for VS Code

io.github.guidance-ai/guidance-lark-mcp

Validate and test llguidance grammars with batch testing and documentation

client:VS Code transport:stdio runtime:pypi

Install guidance lark mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "guidance-lark-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "guidance-lark-mcp"
      ]
    }
  }
}

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

guidance lark mcp in other clients