Skip to main content
Glama

Insforge MCP Server

by InsForge

get-container-logs

Retrieve container logs to debug application issues by accessing log sources including insforge, postgREST, postgres, and function logs with configurable output limits.

Instructions

Get latest logs from a specific container/service. Use this to help debug problems with your app.

Input Schema

NameRequiredDescriptionDefault
apiKeyNoAPI key for authentication (optional if provided via --api_key)
limitNoNumber of logs to return (default: 20)
sourceYesLog source to retrieve

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "description": "API key for authentication (optional if provided via --api_key)", "type": "string" }, "limit": { "default": 20, "description": "Number of logs to return (default: 20)", "type": "number" }, "source": { "description": "Log source to retrieve", "enum": [ "insforge.logs", "postgREST.logs", "postgres.logs", "function.logs" ], "type": "string" } }, "required": [ "source" ], "type": "object" }

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/InsForge/insforge-mcp'

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