Skip to main content
Glama
start-demo.ps1671 B
# Runs the MCP-CAN simulator + MCP server in one process (Windows-friendly). # Installs deps if needed, then starts `mcp-can demo --port <port>`. param( [int]$Port = 6278 ) $ErrorActionPreference = 'Stop' $here = Split-Path -Parent $MyInvocation.MyCommand.Path Set-Location $here Set-Location .. # repo root Write-Host "==> Installing dependencies (requirements.txt)..." -ForegroundColor Cyan python -m pip install -r requirements.txt Write-Host "==> Installing package (editable)..." -ForegroundColor Cyan python -m pip install -e . Write-Host "==> Starting simulator + MCP server on port $Port (one process)..." -ForegroundColor Cyan mcp-can demo --port $Port

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/farzadnadiri/mcp-ecu'

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