MWID MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 8000 |
| MWID_DEBUG | No | Enable debug logging | false |
| MWID_API_URL | Yes | Backend API endpoint | http://localhost:8080/api/v1 |
| MWID_JWT_TOKEN | No | JWT authentication token (required if MWID_AUTH_METHOD=jwt) | |
| MWID_AUTH_METHOD | Yes | Authentication method | jwt |
| MWID_SUPABASE_KEY | No | Supabase anon key (required if MWID_AUTH_METHOD=supabase) | |
| MWID_SUPABASE_URL | No | Supabase project URL (required if MWID_AUTH_METHOD=supabase) | |
| MWID_EXTERNAL_API_KEY | No | External API key for working features without JWT | |
| MWID_GOOGLE_ACCESS_TOKEN | No | Google OAuth access token (required if MWID_AUTH_METHOD=google) |
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/ServiceWare20/mwid-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server