Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MURAL_CLIENT_ID | Yes | Your Mural app's client ID (required) | |
| MURAL_REDIRECT_URI | No | OAuth redirect URI (defaults to http://localhost:3000/callback) | http://localhost:3000/callback |
| MURAL_CLIENT_SECRET | No | Your Mural app's client secret (optional but recommended) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |