mcp-sudact for VS Code
io.github.atomno-mcp/mcp-sudact
Russian court practice (Sudact): case search by article, court, dates; full decision text.
client:VS Code
transport:stdio
runtime:pypi
Install mcp-sudact in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "mcp-sudact-token",
"description": "MCP_SUDACT_TOKEN",
"password": true
}
],
"servers": {
"mcp-sudact": {
"type": "stdio",
"command": "uvx",
"args": [
"atomno-mcp-sudact"
],
"env": {
"MCP_SUDACT_TOKEN": "${input:mcp-sudact-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs