Skip to main content
Glama
GodPuffin

Personal Canvas MCP

by GodPuffin

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_AUTH_MODEYesAuthentication mode: 'clerk' for OAuth, 'token' for static bearer, 'none' for local only.
MCP_PUBLIC_URLNoOptional stable public URL of the deployment, used when Vercel does not supply it.
CANVAS_BASE_URLYesThe base URL of the Canvas instance (must be an HTTPS origin).
MCP_OWNER_EMAILYesThe verified email of the owner account.
CLERK_SECRET_KEYNoClerk secret key (required when MCP_AUTH_MODE=clerk).
MCP_ACCESS_TOKENNoStatic bearer token (required when MCP_AUTH_MODE=token).
CANVAS_ACCESS_TOKENYesPersonal access token for Canvas.
CANVAS_PERMISSION_PRESETYesPermission preset: 'read' for read-only access, 'planner' to enable planner note tools.read
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEYNoClerk publishable key (required when MCP_AUTH_MODE=clerk).

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

Maintenance

ActivityMaintained
ResponsivenessNo issues