Skip to main content
Glama

MCP Build Environment Service

by jbroll
mcp-intro305 B
#!/bin/bash # Fetch MCP Build session key and print documentation URL for AI Actors KEY=$(ssh john@symon.rkroll.com 'cat ~/.mcp-build-key' 2>/dev/null) if [ -z "$KEY" ]; then echo "Error: Could not retrieve session key from server" exit 1 fi echo "Session Key: ${KEY}" | tee /dev/tty | clipper

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/jbroll/mcp-build'

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