#!/bin/bash
# Ubuntu MCP Server launcher script for Claude Desktop
# This script activates the virtual environment and runs the server
# Get the directory where this script is located
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
# Activate virtual environment
source "$SCRIPT_DIR/.venv/bin/activate"
# Run the MCP server with all passed arguments
exec python3 "$SCRIPT_DIR/main.py" "$@"
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/pazuzu1w/ubuntu_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server