Skip to content
VS Code

lt eli mcp for VS Code

io.github.matematicsolutions/lt-eli-mcp

MCP server for Lithuanian legislation (TAR via data.gov.lt) with verifiable citations.

client:VS Code transport:stdio runtime:pypi

Install lt eli mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "lt-eli-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lt-eli-mcp"
      ]
    }
  }
}

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

lt eli mcp in other clients