nonmem-mcp-server

sueinchoi/nonmem-mcp-server
★ 13 stars Python 📦 Other Updated 1mo ago
MCP server for NONMEM pharmacometric modeling workflows
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": {
    "nonmem-mcp-server": {
      "command": "uvx",
      "args": [
        "nonmem-mcp-server"
      ]
    }
  }
}

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