Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MURAL_CLIENT_IDYesYour Mural app's client ID (required)
MURAL_REDIRECT_URINoOAuth redirect URI (defaults to http://localhost:3000/callback)http://localhost:3000/callback
MURAL_CLIENT_SECRETNoYour Mural app's client secret (optional but recommended)

Tools

Functions exposed to the LLM to take actions

NameDescription
list-workspaces

List all workspaces the authenticated user has access to

get-workspace

Get detailed information about a specific workspace

test-connection

Test the connection to Mural API and verify authentication

clear-auth

Clear stored authentication tokens (requires re-authentication)

debug-api-response

Debug tool: Show raw API response from workspaces endpoint for troubleshooting

get-rate-limit-status

Get current rate limiting status including remaining tokens and refresh times

list-workspace-boards

List all boards (murals) within a specific workspace

list-room-boards

List all boards (murals) within a specific room

get-board

Get detailed information about a specific board (mural)

check-user-scopes

Check the current user's OAuth scopes and permissions

get-mural-widgets

Get all widgets from a mural

get-mural-widget

Get details of a specific widget by ID

delete-widget

Delete a widget by ID

create-sticky-notes

Create sticky notes on a mural (max 1000 per request)

update-sticky-note

Update a sticky note widget in a mural

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/cogell/mural-mcp'

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