Skip to content

starfishdata/mcp_hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

mcp_hackathon

Data Generation Server for ICD Code Finetuning

This MCP server provides tools for finetuning models to improve medical ICD-10 code prediction accuracy.

Overview

The Data Generation Server is a Model Control Protocol (MCP) server that facilitates:

  1. Model Probing: Evaluating model performance on ICD-10 code prediction
  2. Synthetic Data Generation: Creating training data for model finetuning

Set up the server

{
  "mcpServers": {
      "data_gen_server": {
          "command": "<base_dir>/.local/bin/uv",
          "args": [
              "--directory",
              "<base_dir>/mcp_hackathon/data_gen_server",
              "run",
              "data_gen_server.py"
          ]
      }
  }
}

About

mcp hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages