#!/bin/bash
# Ensure we're in the project root
cd "$(dirname "$0")/.."
# Build the Docker image
docker build -t cortellis-mcp .
# Run the container with environment variables from .env file
docker run --env-file .env -p 8765:8765 cortellis-mcp
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/uh-joan/mcp-cortellis'
If you have feedback or need assistance with the MCP directory API, please join our Discord server