xugu-mcp
by LeoKuPo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_MODEL | No | LLM model | claude-3-5-sonnet-20241022 |
| LLM_API_KEY | No | LLM API key (required for standalone mode) | |
| LLM_BASE_URL | No | Custom LLM API base URL | |
| LLM_PROVIDER | No | LLM provider | claude |
| XUGU_DB_HOST | Yes | Database host | |
| XUGU_DB_PORT | No | Database port | 5138 |
| XUGU_DB_USER | No | Database user | SYSDBA |
| CHAT2SQL_MODE | No | Chat2SQL mode: lightweight or standalone | lightweight |
| LLM_MAX_TOKENS | No | Maximum tokens | 4096 |
| LLM_TEMPERATURE | No | LLM temperature | 0.0 |
| HTTP_SERVER_HOST | No | HTTP server host | 0.0.0.0 |
| HTTP_SERVER_PORT | No | HTTP server port | 8000 |
| XUGU_DB_DATABASE | No | Database name | SYSTEM |
| XUGU_DB_PASSWORD | Yes | Database password | |
| HTTP_SERVER_AUTH_TOKEN | No | Authentication token | |
| HTTP_SERVER_ENABLE_AUTH | No | Enable authentication | false |
| HTTP_SERVER_ENABLE_CORS | No | Enable CORS | false |
| HTTP_SERVER_SSE_ENDPOINT | No | SSE endpoint | /sse |
| HTTP_SERVER_MESSAGE_ENDPOINT | No | Message endpoint | /messages/ |
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/LeoKuPo/xugu-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server