Skip to content

Releases: TGoodhew/GPIB-MCP

GPIB MCP 0.3.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 13:42
83e9a45

GPIB MCP server 0.3.0 (Windows x86). Requires NI-VISA / NI-488.2 installed.

Claude Desktop (one-click): download GpibMcp-0.3.0.mcpb below and open it in Claude Desktop
(Settings -> Extensions), or drag it onto the window. Requires NI-VISA / NI-488.2 (#67).

Other local clients (stdio):

iwr https://raw.githubusercontent.com/TGoodhew/GPIB-MCP/main/packaging/Install-GpibMcp.ps1 -OutFile Install-GpibMcp.ps1
./Install-GpibMcp.ps1 -Client all   # vscode | cursor | windsurf | all

VS Code #89, Cursor #90, Windsurf #91 (or Claude Desktop manually).

Cloud clients (Streamable HTTP, this release adds the HTTP transport #68): run the server in HTTP mode and
tunnel it, then register the connector. Microsoft Copilot #88 / ChatGPT #92:

./Start-GpibMcpHttp.ps1             # http://127.0.0.1:3001/mcp + a bearer token; prints next steps

See packaging/copilot and packaging/chatgpt for the connector docs.

Or download GpibMcp-0.3.0-win-x86.zip below and unzip to %LOCALAPPDATA%\Programs\GpibMcp.

GPIB MCP 0.2.1

Choose a tag to compare

@TGoodhew TGoodhew released this 27 Jun 21:29
0171534

GPIB MCP server 0.2.1 (Windows x86). Requires NI-VISA / NI-488.2 installed.

Claude Desktop (one-click): download GpibMcp-0.2.1.mcpb below and open it in Claude Desktop
(Settings -> Extensions), or drag it onto the window. Requires NI-VISA / NI-488.2 (#67).

Other local clients (stdio):

iwr https://raw.githubusercontent.com/TGoodhew/GPIB-MCP/main/packaging/Install-GpibMcp.ps1 -OutFile Install-GpibMcp.ps1
./Install-GpibMcp.ps1 -Client all   # vscode | cursor | windsurf | all

VS Code #89, Cursor #90, Windsurf #91 (or Claude Desktop manually).

Cloud clients (Streamable HTTP, this release adds the HTTP transport #68): run the server in HTTP mode and
tunnel it, then register the connector. Microsoft Copilot #88 / ChatGPT #92:

./Start-GpibMcpHttp.ps1             # http://127.0.0.1:3001/mcp + a bearer token; prints next steps

See packaging/copilot and packaging/chatgpt for the connector docs.

Or download GpibMcp-0.2.1-win-x86.zip below and unzip to %LOCALAPPDATA%\Programs\GpibMcp.

GPIB MCP 0.2.0

Choose a tag to compare

@TGoodhew TGoodhew released this 26 Jun 02:39
92f6445

GPIB MCP server 0.2.0 (Windows x86). Requires NI-VISA / NI-488.2 installed.

Claude Desktop (one-click): download GpibMcp-0.2.0.mcpb below and open it in Claude Desktop (Settings -> Extensions), or drag it onto the window. A Claude Desktop Extension that installs in one click. Requires NI-VISA / NI-488.2 (#67).

Other local clients (stdio):

iwr https://raw.githubusercontent.com/TGoodhew/GPIB-MCP/main/packaging/Install-GpibMcp.ps1 -OutFile Install-GpibMcp.ps1
./Install-GpibMcp.ps1 -Client all   # vscode | cursor | windsurf | all

VS Code #89, Cursor #90, Windsurf #91 (or Claude Desktop manually).

Cloud clients (Streamable HTTP, this release adds the HTTP transport #68): run the server in HTTP mode and
tunnel it, then register the connector. Microsoft Copilot #88 / ChatGPT #92:

./Start-GpibMcpHttp.ps1             # http://127.0.0.1:3001/mcp + a bearer token; prints next steps

See packaging/copilot and packaging/chatgpt for the connector docs.

Or download GpibMcp-0.2.0-win-x86.zip below and unzip to %LOCALAPPDATA%\Programs\GpibMcp.

GPIB MCP 0.1.0

Choose a tag to compare

@TGoodhew TGoodhew released this 25 Jun 23:45
53d51b0

GPIB MCP server 0.1.0 (Windows x86). Requires NI-VISA / NI-488.2 installed.

Install (recommended):

iwr https://raw.githubusercontent.com/TGoodhew/GPIB-MCP/main/packaging/Install-GpibMcp.ps1 -OutFile Install-GpibMcp.ps1
./Install-GpibMcp.ps1 -Client all   # vscode | cursor | windsurf | all

Or download GpibMcp-0.1.0-win-x86.zip below, unzip to %LOCALAPPDATA%\Programs\GpibMcp, and configure your MCP client
(Claude Desktop, VS Code #89, Cursor #90, Windsurf #91 - see the README).