liz-whiteboard-mcp
by LizardLiang
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URL | No | SQLite file path, e.g., file:/abs/path/data/app.db | |
| MCP_DEV_AUTH | No | Dev only: enable stub verifier (set to 'stub') | |
| OAUTH_ISSUER | No | Public issuer URL of the Authorization Server | |
| LIZ_SOCKET_URL | No | Collaboration Socket.IO server URL (e.g., ws://localhost:3010) | |
| OAUTH_JWKS_URL | No | Optional JWKS URL (defaults to {issuer}/.well-known/jwks.json) | |
| MCP_DEV_USER_ID | No | Dev only: UUID of the user to impersonate | |
| MCP_LISTEN_ADDR | No | Listen address (default 127.0.0.1:3011) | 127.0.0.1:3011 |
| COLLAB_TOKEN_URL | No | AS collab-token endpoint | |
| MCP_RESOURCE_URI | No | Canonical public URI of this server (expected token aud) | |
| MCP_CLIENT_SECRET | No | Confidential-client secret for minting collaboration tokens | |
| MCP_DEV_STUB_TOKEN | No | Dev only: stub token value | |
| COLLAB_RESOURCE_URI | No | Collaboration token audience |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/LizardLiang/liz-whiteboard-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server