america law graph for VS Code
io.github.edgardomunoznajar/america-law-graph
Search 529K US statute sections. 50 states + USC + CFR. Semantic search, citation graph, MCP.
client:VS Code
transport:stdio
runtime:npm
Install america law graph in VS Code
.vscode/mcp.json
{
"servers": {
"america-law-graph": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"america-law-graph"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs