Skip to main content
Glama

Substrate

by ivan-saorin
build.sh812 B
#!/bin/bash # Build substrate Docker image echo "Building substrate MCP Docker image..." # Build the image docker build -t substrate-mcp:latest . if [ $? -eq 0 ]; then 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 "❌ Build failed!" exit 1 fi

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