Skip to main content
Glama

Baloosearch MCP Server

by el95149
server-test.sh462 B
#!/bin/bash # Test script for the baloosearch MCP server echo "Testing baloosearch MCP server..." # Start the server in the background npm start & SERVER_PID=$! # Give the server a moment to start sleep 2 # Check if the server is running if kill -0 $SERVER_PID 2>/dev/null; then echo "Server is running with PID $SERVER_PID" # Kill the server kill $SERVER_PID echo "Server test completed successfully" else echo "Server failed to start" exit 1 fi

Latest Blog Posts

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/el95149/baloosearch-mcp'

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