Skip to main content
Glama
pixelx-jp

@yodolabs/plateau-creative-mcp

by pixelx-jp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OSM_OVERPASS_URLNoSet to enable link_buildings_to_pois (e.g. https://overpass-api.de/api/interpreter).
PLATEAU_DATA_MODENoartifact (TS + duckdb) or subprocess (Python helper).artifact
PLATEAU_SCENE_DIRNoDisk dir when scene persistence is enabled../.scene-store
PLATEAU_MAX_SCENESNoLRU cap on in-memory scenes.64
PLATEAU_OUTPUT_DIRNoWhere .glb / LICENSE.txt / manifests are written../out
PLATEAU_PYTHON_BINNoPython interpreter for subprocess mode (must have duckdb installed).python3
PLATEAU_ARTIFACT_DIRNoDirectory containing out_<city>/buildings.parquet. Defaults to a cache dir (where download_area writes); set it to point at an existing plateau-bridge checkout.~/.cache/plateau-creative-mcp/artifacts
PLATEAU_SCENE_TTL_MSNoScene TTL in milliseconds.3600000
PLATEAU_AUTO_DOWNLOADNotrue makes load_area auto-fetch a missing city from the index before loading.false
PLATEAU_PERSIST_SCENESNotrue to serialize scenes to disk between calls.false
OSM_OVERPASS_TIMEOUT_MSNoOverpass request timeout.25000
OFFICIAL_PLATEAU_MCP_URLNoOverride the official PLATEAU MCP endpoint (rare).
PLATEAU_UPSTREAM_ENABLEDNotrue registers 13 official plateau_* tools proxied to the hosted PLATEAU MCP.false
PLATEAU_SUBPROCESS_SCRIPTNoOverride path to the JSON-stdio helper.
PLATEAU_ARTIFACT_INDEX_URLNoCache index (JSON) listing each city's bundle URL + sha256. Defaults to the public mirror; override to use your own.
PLATEAU_ARTIFACT_DOWNLOAD_TIMEOUT_MSNoPer-download timeout in milliseconds (5s–30min).300000

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/pixelx-jp/plateau-creative-mcp'

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