glia-functions-cli
First-party MCP (Model Context Protocol) server shipped inside the Glia Functions CLI (github.com/salemove/glia-functions-tools). Lets AI assistants like Claude manage Glia Functions — create/deploy/invoke serverless JavaScript functions, view logs, operate the KV store, and manage scheduled triggers — over STDIO transport. Requires a Glia Site ID, API Key and Secret.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport stdio
Tools
gf_list_functions— List Glia Functions for the site.gf_get_function— Get a single Glia Function.gf_list_function_versions— List versions of a function.gf_deploy_version— Deploy a function version.gf_invoke_function— Invoke a function with a payload.gf_fetch_logs— Fetch function execution logs.gf_create_function— Create a new function.gf_delete_function— Delete a function.gf_update_function— Update a function.gf_create_version— Create a new function version.gf_get_version_task— Get the status of a version build/deploy task.gf_kv_list— List KV store keys.gf_kv_get— Get a KV store value.gf_kv_set— Set a KV store value.gf_kv_delete— Delete a KV store key.gf_kv_test_and_set— Atomic test-and-set on a KV store key.gf_list_scheduled_triggers— List scheduled function triggers.gf_create_scheduled_trigger— Create a scheduled (cron) function trigger.gf_update_scheduled_trigger— Update a scheduled trigger.gf_delete_scheduled_trigger— Delete a scheduled trigger.gf_validate_cron— Validate a cron expression.gf_validate_code— Validate function source code.gf_cron_presets— Return common cron schedule presets.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.