Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mimic-mcp-server": {
"command": "python",
"args": [
"02_bulk_copy.py",
"--csv-root",
"/path/to/mimic-iv"
]
}
}
}