Skip to content
Zed

mcp-sudact for Zed

io.github.atomno-mcp/mcp-sudact

Russian court practice (Sudact): case search by article, court, dates; full decision text.

client:Zed transport:stdio runtime:pypi

Install mcp-sudact in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-sudact": {
      "command": "uvx",
      "args": [
        "atomno-mcp-sudact"
      ],
      "env": {
        "MCP_SUDACT_TOKEN": "<MCP_SUDACT_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp-sudact in other clients