Skip to main content
Glama

Visum Thinker MCP Server

MIT License
mcp-call.ps1•380 B
# MCP Call Helper - Invia comando e termina dopo la risposta param( [Parameter(Mandatory=$true)] [string]$Command ) # Scrivi il comando $Command | node build/index.js & # Aspetta 3 secondi per la risposta Start-Sleep -Seconds 3 # Termina il processo node Get-Process node -ErrorAction SilentlyContinue | Where-Object { $_.MainWindowTitle -eq "" } | Stop-Process -Force

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/multiluca2020/visum-thinker-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server