We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eze-godoy/mcp-server-ns-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
docker-compose.yml•660 B
version: '3.8'
services:
ns-bridge:
build:
context: .
dockerfile: Dockerfile
image: mcp-server-ns-bridge:local
stdin_open: true # Required for stdio transport (equivalent to -i flag)
tty: false # Not needed for MCP stdio
init: true # Handle signals properly
environment:
- NS_API_KEY=${NS_API_KEY}
- NS_API_BASE_URL=${NS_API_BASE_URL:-https://gateway.apiportal.ns.nl}
- ENVIRONMENT=${ENVIRONMENT:-production}
# No ports exposed - MCP uses stdio transport
# No volumes needed - stateless API service
restart: "no" # MCP servers are started by Claude Desktop, not long-running