Skip to main content
Glama

Substrate

by ivan-saorin
build.bat884 B
@echo off REM Build substrate Docker image echo Building substrate MCP Docker image... REM Change to script directory cd /d "%~dp0" REM Build the image docker build -t substrate-mcp:latest -t atlas/substrate:latest . if %ERRORLEVEL% EQU 0 ( echo. echo Build successful! echo. echo You can now run different instances: echo. echo # Substrate ^(full^): echo docker run -it --rm -e INSTANCE_TYPE=substrate substrate-mcp:latest echo. echo # TLOEN ^(site formatter^): echo docker run -it --rm -e INSTANCE_TYPE=tloen -e "INSTANCE_DESCRIPTION=Site format transformation service" substrate-mcp:latest echo. echo # UQBAR ^(persona manager^): echo docker run -it --rm -e INSTANCE_TYPE=uqbar -e "INSTANCE_DESCRIPTION=Persona and component composition service" substrate-mcp:latest ) else ( echo. echo Build failed! exit /b 1 )

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/ivan-saorin/substrate'

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