Configure a client to launch NeuralScio locally through stdio. Use the executable path supplied by the user or the release package.
{
"mcpServers": {
"neuralscio": {
"command": "C:/path/to/NeuralScio.exe",
"args": ["--mcp-stdio"]
}
}
}The example is a configuration shape, not a downloadable artifact or a universal path. Keep the server local unless you have configured and secured a network transport.
Read MCP Transport Reference and MCP Security before enabling remote access.