Back to Home
JanGoebel icon

labview_assistant

by JanGoebel

Overview

Enables LLMs to programmatically control and generate LabVIEW code through an MCP server.

Installation

Run Command
LabVIEW: Run main.vi

Security Notes

The provided source code is severely truncated, consisting only of `config.json` and `readme.md`. The actual server logic, likely implemented in LabVIEW VIs and potentially a `mcp-remote` wrapper, is not available for review. Therefore, a comprehensive security audit for vulnerabilities such as command injection, `eval` usage, or hardcoded secrets within the core server implementation is impossible. The `config.json` does include an 'Allowed Paths' whitelist (`C:\Temp\`), which is a positive security measure for restricting file system interactions, but its effectiveness depends entirely on the server's internal logic that consumes this configuration. Safety cannot be guaranteed without full code visibility.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2025-12-18

Tags

LabVIEWVI ScriptingMCP ServerLLM IntegrationCode Generation