runtime: "container"
build:
dockerfile: "Dockerfile" # Path to your Dockerfile
dockerBuildPath: "." # Docker build context
startCommand:
type: "http"
# configSchema and exampleConfig are optional - remove if no configuration needed
configSchema:
# JSON Schema defining the configuration options for the MCP.
type: object
properties:
MT_GOOGLE_MAP_KEY:
type: string
description: Google Map API key
MT_GEMINI_IMAGE_KEY:
type: string
description: Gemini Image API key
MT_MAX_RETRY_GEMINI:
type: string
description: Gemini Image retry count
MT_AVATAR_IMAGE_URI:
type: string
description: Character reference image uri. Multiple settings can be made by separating them with the '|'
MT_TURSO_URL:
type: string
description: Turso sqlite API URL
MT_TURSO_TOKEN:
type: string
description: Turso sqlite API access token
MT_BS_ID:
type: string
description: Bluesky sns registration address
MT_BS_PASS:
type: string
description: bluesky sns password
MT_BS_HANDLE:
type: string
description: bluesky sns handle name. e.g. xxxxxxxx.bsky.social
MT_FILTER_TOOLS:
type: string
description: Directly filter the tools to be used. All are available if not specified. e.g. tips,set_traveler_location
MT_MOVE_MODE:
type: string
description: Specify whether the movement mode is realtime or skip. default realtime
default: "realtime"
enum: [ "realtime", "skip" ]
MT_FEED_TAG:
type: string
description: Specify the feed tag when posting to SNS (#required, 15 characters or more) Default is #geo_less_traveler)
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/mfukushim/map-traveler-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server