TestPickerMCPServer.jl

theogf/TestPickerMCPServer.jl
★ 6 stars Julia 💻 Code/Dev Tools Updated 25d ago
Creates an MCP server to interact with TestPicker.jl
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": {
    "testpickermcpserver.": {
      "command": "npx",
      "args": [
        "-y",
        "theogf/TestPickerMCPServer.jl"
      ]
    }
  }
}