#!/bin/sh
set -e
# MCP Server über stdio starten (mcpo startet den Server als Subprozess)
# mcpo ist bereits im Image installiert
exec mcpo \
--port ${MCPO_PORT:-8000} \
--api-key "${MCPO_API_KEY}" \
-- \
node /app/cursor-mcp-server.js
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/bbajor/mcpo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server