congressgov mcp server for VS Code
io.github.cyanheads/congressgov-mcp-server
Access U.S. congressional data - bills, votes, members, committees - via MCP.
client:VS Code
transport:streamable-http
runtime:npm
tools:10
Install congressgov mcp server in VS Code
.vscode/mcp.json
{
"servers": {
"congressgov-mcp-server": {
"type": "http",
"url": "https://congressgov.caseyjhand.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs