Skip to content
VS Code

sk eli mcp for VS Code

io.github.matematicsolutions/sk-eli-mcp

MCP server for Slovak legislation (Slov-lex) with ELI and verifiable citations.

client:VS Code transport:stdio runtime:pypi

Install sk eli mcp in VS Code

.vscode/mcp.json

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

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

sk eli mcp in other clients