Skip to main content
Glama

ConsoleSpy

#!/bin/bash # Setup script for Console Spy MCP Server echo "Setting up Console Spy MCP Server..." # Check if Node.js is installed if ! command -v node &> /dev/null; then echo "Node.js is not installed. Please install Node.js first: https://nodejs.org/" exit 1 fi # Install dependencies echo "Installing dependencies..." npm install express cors http supergateway # Make scripts executable chmod +x start-servers.sh echo "Setup complete! Run './start-servers.sh' to start the servers."

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/mgsrevolver/consolespy'

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