radio-mcp-server

rahma-918/radio-mcp-server
★ 0 stars Python AI/LLM Updated 1d ago
Serveur MCP pour interroger en langage naturel un corpus de comptes rendus de TDM cérébrale via Claude : recherche par mot-clé, comptage, et classification clinique zero-shot (Gemini).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "radio-mcp-server": {
      "command": "uvx",
      "args": [
        "radio-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install radio-mcp-server