Skip to main content
Glama

server_info

Retrieve configuration and policy details for the AI runtime guard system to monitor and verify security boundaries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxNo

Implementation Reference

  • The implementation of the `server_info` tool, which returns information about the current build, workspace root, and base directory.
    def server_info(ctx: Context | None = None) -> str:
        tokens = activate_runtime_context(ctx)
        from config import BASE_DIR
        try:
            return f"ai-runtime-guard build={SERVER_BUILD} workspace={WORKSPACE_ROOT} base_dir={BASE_DIR}"
        finally:
            reset_runtime_context(tokens)

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/jimmyracheta/ai-runtime-guard'

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