We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yuna0x0/hackmd-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Smithery configuration file: https://smithery.ai/docs/config#smitheryyaml
runtime: "container"
build:
dockerfile: "Dockerfile"
dockerBuildPath: "."
startCommand:
type: "http"
configSchema:
# JSON Schema defining the configuration options for the MCP.
type: object
required:
- hackmdApiToken
properties:
hackmdApiToken:
type: string
description: Your HackMD API token for API authentication.
hackmdApiUrl:
type: string
default: "https://api.hackmd.io/v1"
description: Optional HackMD API URL, defaults to https://api.hackmd.io/v1
exampleConfig:
hackmdApiToken: your_api_token
hackmdApiUrl: https://api.hackmd.io/v1