#!/bin/bash
# Kill any existing sketchup-mcp processes
pkill -f "python -m sketchup_mcp"
# Update the package
pip install sketchup-mcp==0.1.15
# Start the server in the background
python -m sketchup_mcp &
# Wait a moment for the server to start
sleep 1
echo "Updated to sketchup-mcp 0.1.15 and restarted the server"
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/BearNetwork-BRNKC/SketchUp-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server