Skip to main content
Glama
application.yml1.52 kB
# General spring parameters server: address: "${HTTP_BIND_ADDRESS:127.0.0.1}" port: "${HTTP_BIND_PORT:8000}" spring: main: banner-mode: off web-application-type: "${SPRING_WEB_APPLICATION_TYPE:none}" ai: mcp: server: enabled: true name: thingsboard-mcp-server version: 2.0.0 # The WebMVC starter autoconfigures WebMVC SSE transport # Also enables STDIO so the same binary can be launched in either mode stdio: "${SPRING_AI_MCP_SERVER_STDIO:true}" # true to use STDIO mode sse-endpoint: "${SPRING_AI_MCP_SERVER_SSE_ENDPOINT:/sse}" sse-message-endpoint: "${SPRING_AI_MCP_SERVER_SSE_MESSAGE_ENDPOINT:/mcp/message}" # Type of server to use for MCP communication type: sync # Enable/disable notifications for tool changes tool-change-notification: true capabilities: completion: false cors: allowed-origins: "${SPRING_AI_MCP_CORS_ALLOWED_ORIGINS:*}" # comma-separated list logging: level: root: info io.modelcontextprotocol.server.McpAsyncServer: error org.springframework.ai.mcp: info org.thingsboard.ai.mcp.server: info pattern: console: "${LOGGING_PATTERN_CONSOLE:%d{yyyy-MM-dd HH:mm:ss} | %-5level | %logger{1.} | %msg%n}" # ThingsBoard auth parameters thingsboard: url: "${THINGSBOARD_URL:}" username: "${THINGSBOARD_USERNAME:}" password: "${THINGSBOARD_PASSWORD:}" login-interval-seconds: "${THINGSBOARD_LOGIN_INTERVAL_SECONDS:1800}"

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/thingsboard/thingsboard-mcp'

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