
VWAY VisualPro × Claude Code Integration Guide Intelligent MCP Connection Guide for the Claude Code Terminal Agent & VisualPro One-Command MCP Setup for Conversational Safety Analysis & Automated FMEA/STPA/FTA/TARA |
01. VisualPro MCP Integration Overview & Key Values
Claude Code is an AI agent from Anthropic that runs in your terminal and connects directly to the VisualPro MCP Server through the Model Context Protocol (MCP) standard. No configuration file editing is required — registration is completed with a single command.
💻 One-Command Registration Register the VisualPro MCP Server with a single claude mcp add command — no JSON editing required | ⚡ Conversational FMEA / STPA / FTA and TARA Recommend Safety Mechanisms and build failure networks using natural language | 🔒 On-Premise Data Security Perform real-time engineering analysis securely on-device, fully compliant with enterprise security policies |
02. Prerequisites & Required Environment
VisualPro Installation | Latest VisualPro solution and VisualPro.McpServer.exe binary (Default: C:\Program Files\VWAY\MCPServer\) |
Claude Code CLI | Latest Claude Code installed and signed in following the official Anthropic instructions (claude.com/claude-code) |
OS & Permissions | Windows 10 / 11 (64-bit), user account permissions to run a terminal (PowerShell, etc.) |
03. 5-Step Claude Code Integration Guide
STEP 1. Prepare Claude Code
Install Claude Code, then run it with the claude command in your terminal (PowerShell) and sign in.
STEP 2. Run the MCP Registration Command
Run the single command below in your terminal to complete registration. Everything after the '--' separator is the actual server command, and paths containing spaces must be wrapped in quotes.
claude mcp add --scope user --transport stdio visualpro -- "C:\ProgramFiles\VWAY\MCPServer\VisualPro.McpServer.exe" |
STEP 3. Choose the Scope
Specify the registration scope with the --scope option. For tools used across your entire PC like VisualPro, the user scope is recommended.
local (default) | Personal use in the current project only (stored in ~/.claude.json) |
project | Stored in .mcp.json at the project root — share it through your repository so the whole team uses the same setup |
user (recommended) | Personal use across all your projects (stored in ~/.claude.json) |
STEP 4. Verify the MCP Connection
Check the registration status with the commands below. During a session, type /mcp to instantly check the connection status and the number of tools.
claude mcp list # List registered servers and status claude mcp get visualpro # Server details claude mcp remove visualpro # Unregister |
STEP 5. Start VisualPro AI Conversational Analysis
With VisualPro running, freely instruct analyses in the Claude Code session using natural language such as 'Run FMEA failure mode analysis' or 'Verify Safety Mechanisms'.
04. Cautions & Notes
• The '--' separator is mandatory. It separates Claude Code's own options from the MCP server command.
• The VisualPro MCP Server is a local (stdio) executable that runs as a subprocess on your PC — no network access required.
• VisualPro must be running before you start an analysis.
• With the project scope, the following .mcp.json file is created at the project root and can be shared via your team repository.
{ "mcpServers": { "VisualPro": { "type": "stdio", "command": "C:\\Program Files\\VWAY\\MCPServer\\VisualPro.McpServer.exe", "args": [] } } } |
💡 VWAY VisualPro AI Technical Support & Inquiries For inquiries regarding VisualPro MCP integration or enterprise custom AI solution deployment, please contact the VWAY Engineering Team. Official Website: www.vwaycorp.com | Technical Support: support@vway.co.kr |
VWAY VisualPro × Claude Code Integration Guide
Intelligent MCP Connection Guide for the Claude Code Terminal Agent & VisualPro
One-Command MCP Setup for Conversational Safety Analysis & Automated FMEA/STPA/FTA/TARA
01. VisualPro MCP Integration Overview & Key Values
Claude Code is an AI agent from Anthropic that runs in your terminal and connects directly to the VisualPro MCP Server through the Model Context Protocol (MCP) standard. No configuration file editing is required — registration is completed with a single command.
💻 One-Command Registration
Register the VisualPro MCP Server with a single claude mcp add command — no JSON editing required
⚡ Conversational FMEA / STPA / FTA and TARA
Recommend Safety Mechanisms and build failure networks using natural language
🔒 On-Premise Data Security
Perform real-time engineering analysis securely on-device, fully compliant with enterprise security policies
02. Prerequisites & Required Environment
VisualPro Installation
Latest VisualPro solution and VisualPro.McpServer.exe binary (Default: C:\Program Files\VWAY\MCPServer\)
Claude Code CLI
Latest Claude Code installed and signed in following the official Anthropic instructions (claude.com/claude-code)
OS & Permissions
Windows 10 / 11 (64-bit), user account permissions to run a terminal (PowerShell, etc.)
03. 5-Step Claude Code Integration Guide
STEP 1. Prepare Claude Code
Install Claude Code, then run it with the claude command in your terminal (PowerShell) and sign in.
STEP 2. Run the MCP Registration Command
Run the single command below in your terminal to complete registration. Everything after the '--' separator is the actual server command, and paths containing spaces must be wrapped in quotes.
claude mcp add --scope user --transport stdio visualpro -- "C:\ProgramFiles\VWAY\MCPServer\VisualPro.McpServer.exe"
STEP 3. Choose the Scope
Specify the registration scope with the --scope option. For tools used across your entire PC like VisualPro, the user scope is recommended.
local (default)
Personal use in the current project only (stored in ~/.claude.json)
project
Stored in .mcp.json at the project root — share it through your repository so the whole team uses the same setup
user (recommended)
Personal use across all your projects (stored in ~/.claude.json)
STEP 4. Verify the MCP Connection
Check the registration status with the commands below. During a session, type /mcp to instantly check the connection status and the number of tools.
claude mcp list # List registered servers and status
claude mcp get visualpro # Server details
claude mcp remove visualpro # Unregister
STEP 5. Start VisualPro AI Conversational Analysis
With VisualPro running, freely instruct analyses in the Claude Code session using natural language such as 'Run FMEA failure mode analysis' or 'Verify Safety Mechanisms'.
04. Cautions & Notes
• The '--' separator is mandatory. It separates Claude Code's own options from the MCP server command.
• The VisualPro MCP Server is a local (stdio) executable that runs as a subprocess on your PC — no network access required.
• VisualPro must be running before you start an analysis.
• With the project scope, the following .mcp.json file is created at the project root and can be shared via your team repository.
{
"mcpServers": {
"VisualPro": {
"type": "stdio",
"command": "C:\\Program Files\\VWAY\\MCPServer\\VisualPro.McpServer.exe",
"args": []
}
}
}
💡 VWAY VisualPro AI Technical Support & Inquiries
For inquiries regarding VisualPro MCP integration or enterprise custom AI solution deployment, please contact the VWAY Engineering Team.
Official Website: www.vwaycorp.com | Technical Support: support@vway.co.kr