Skip to main content
Glama

GS Robot MCP Server

by cfrs2005
config.py762 B
""" Configuration module for Gausium OpenAPI. This module contains all constants and environment variable configurations used throughout the application. """ from urllib.parse import urljoin # Base URL for Gausium OpenAPI (ensure trailing slash for urljoin) GAUSIUM_BASE_URL = "https://openapi.gs-robot.com/" # API Paths TOKEN_PATH = "gas/api/v1alpha1/oauth/token" # Relative path ROBOTS_PATH = "v1alpha1/robots" # Relative path MAP_LIST_PATH = "openapi/v1/map/robotMap/list" # Path for listing maps (V1) # Environment Variables ENV_VAR_CLIENT_ID = "GS_CLIENT_ID" ENV_VAR_CLIENT_SECRET = "GS_CLIENT_SECRET" ENV_VAR_OPEN_ACCESS_KEY = "GS_OPEN_ACCESS_KEY" # API Authentication - 所有机密信息必须通过环境变量设置,绝不硬编码

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/cfrs2005/mcp-gs-robot'

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