Skip to content
VS Code

ch eli mcp for VS Code

io.github.matematicsolutions/ch-eli-mcp

MCP server for Swiss federal legislation via Fedlex (native ELI), verifiable citations.

client:VS Code transport:stdio runtime:pypi

Install ch eli mcp in VS Code

.vscode/mcp.json

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

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

ch eli mcp in other clients