sg eli mcp for VS Code
io.github.matematicsolutions/sg-eli-mcp
MCP server for Singapore Statutes Online: browse, fetch, and cite Singapore Acts.
client:VS Code
transport:stdio
runtime:pypi
Install sg eli mcp in VS Code
.vscode/mcp.json
{
"servers": {
"sg-eli-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sg-eli-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs