#!/bin/bash
# Find and kill any process running on port 3536
PID=$(lsof -ti:3536)
if [ -n "$PID" ]; then
echo "Killing process $PID using port 3536"
kill $PID
sleep 1
else
echo "No process running on port 3536"
fi
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/danielbushman/MCP-Quickbase'
If you have feedback or need assistance with the MCP directory API, please join our Discord server