rsgpt-mcp-rspile-releases

Rocscience/rsgpt-mcp-rspile-releases

3.1

If you are the rightful owner of rsgpt-mcp-rspile-releases and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The RSPile MCP Server provides an AI interface for RSPile geotechnical modeling software through the Model Context Protocol (MCP).

RSPile MCP Server Releases

This repository contains compiled Windows executables for the RSPile MCP Server.

About

The RSPile MCP Server provides an AI interface for RSPile geotechnical modeling software through the Model Context Protocol (MCP). This repository is automatically updated by GitHub Actions from the main source repository.

Download

Visit the Releases page to download the latest version of rspile-server-windows.exe.

Requirements

  • Windows 10/11
  • RSPile software installed
  • RSPILE_PYTHON_PATH environment variable set to RSPile's Python installation
    • Example: C:\Program Files\Rocscience\RSPile\python

Installation

  1. Download rspile-server-windows.exe from the latest release
  2. Verify the SHA256 checksum matches checksum-windows.txt
  3. Set the environment variable:
    setx RSPILE_PYTHON_PATH "C:\Program Files\Rocscience\RSPile\python"
    
  4. Configure in your MCP client (see below)

MCP Configuration

Add to your MCP client configuration:

{
  "mcpServers": {
    "rspile": {
      "command": "C:\\path\\to\\rspile-server-windows.exe"
    }
  }
}

Verification

Verify the downloaded executable:

(Get-FileHash -Path rspile-server-windows.exe -Algorithm SHA256).Hash

Compare with the checksum in checksum-windows.txt.

Source Code

Source code is available at: Rocscience/rsgpt-mcp-rspile

License

Copyright © Rocscience Inc.