Skip to main content
Glama

Quickbase MCP Server

MIT License
2
4
  • Apple
  • Linux
#!/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