labview_assistant
by JanGoebel
Overview
Enables LLMs to programmatically control and generate LabVIEW code through an MCP server.
Installation
LabVIEW: Run main.viSecurity 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
my-ai-tools
Provides a comprehensive setup and configuration management guide for an AI-powered developer environment, integrating various AI coding tools and their custom settings.
files-stdio-mcp-server
Provides sandboxed filesystem access for AI agents to explore directories, read/search file content, and safely edit text files with checksum verification.
DaemonsMCP
Facilitate LLM interaction with local codebases by providing secure access to explore, read, and write project files.
mcp-filesystem-python
A Python-based filesystem MCP Agent designed to perform user-requested file and directory operations with a focus on security and resource limits.