Skip to main content
Glama

Markdown MCP Server

by huntkil
docker-compose.yml389 B
version: '3.8' services: markdown-mcp-server: build: . container_name: markdown-mcp-server volumes: - ./workspace:/app/workspace working_dir: /app/workspace environment: - NODE_ENV=production restart: unless-stopped # For stdio transport, we don't expose ports # but we can add HTTP transport in the future # ports: # - "3000:3000"

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/huntkil/mcp_js'

If you have feedback or need assistance with the MCP directory API, please join our Discord server