Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENT_CANVAS_DBNoPath to the SQLite database file. Defaults to ./data/agent-canvas.sqlite../data/agent-canvas.sqlite
ASSETS_BASE_URLNoThe base URL for the optional Assets-2 extension. Defaults to http://127.0.0.1:23000.http://127.0.0.1:23000
AGENT_CANVAS_HOSTNoThe host interface to bind to. Defaults to 127.0.0.1.127.0.0.1
AGENT_CANVAS_PORTNoThe port to listen on. Defaults to 23003.23003
AGENT_CANVAS_BASE_URLNoThe base URL for the stdio MCP bridge. When set, overrides AGENT_CANVAS_PUBLIC_BASE_URL.
AGENT_CANVAS_ALLOW_REMOTENoWhether to allow non-loopback bind. Defaults to false.false
AGENT_CANVAS_DEFAULT_SIZENoDefault canvas size. Defaults to unlimited.unlimited
AGENT_CANVAS_PLUGINS_ROOTNoSet when multiple AgentCanvas runtimes share one code installation but require separate active extensions and plugin.config.json files.
AGENT_CANVAS_ALLOWED_HOSTSNoHost allowlist.
AGENT_CANVAS_ALLOWED_ORIGINSNoOrigin allowlist.
AGENT_CANVAS_PUBLIC_BASE_URLNoThe public base URL for canvas URLs. Defaults to http://127.0.0.1:23003.http://127.0.0.1:23003
AGENT_CANVAS_ASSET_PROXY_MAX_BYTESNoMaximum bytes for asset proxy in the Assets-2 extension. Defaults to 268435456.268435456
AGENT_CANVAS_ASSET_FETCH_TIMEOUT_MSNoTimeout for fetching assets in milliseconds for the Assets-2 extension. Defaults to 10000.10000
AGENT_CANVAS_ASSET_PREVIEW_MAX_BYTESNoMaximum bytes for asset preview in the Assets-2 extension. Defaults to 8388608.8388608
AGENT_CANVAS_ASSET_METADATA_MAX_BYTESNoMaximum bytes for asset metadata in the Assets-2 extension. Defaults to 1048576.1048576

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/jackspooner/agentcanvas'

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