smartdb-tools

jnheo-md/smartdb-tools
★ 0 stars Python 💻 Code/Dev Tools Updated today
CLI & MCP server for the YSR3 Stroke Registry — query 16,000+ stroke patients from your terminal or AI IDE
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "smartdb-tools": {
      "command": "uvx",
      "args": [
        "smartdb-tools"
      ]
    }
  }
}

Or install with pip: pip install smartdb-tools