Skip to content

simiollc/simio-assistant

v1.0.3MIT

Connect Claude to Simio documentation and a running Simio Desktop model.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

simio-desktop-interactstdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "mcp-remote",
    "http://localhost:51310"
  ]
}
simio-documentationstdio
{
  "type": "stdio",
  "command": "powershell.exe",
  "args": [
    "-NoProfile",
    "-ExecutionPolicy",
    "Bypass",
    "-File",
    "${PLUGIN_ROOT}/scripts/start-simio-docs-mcp.ps1"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub