Compoid MCP Server
Officialby compoid
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL) | INFO |
| SORT_ORDER | No | Default sort order for search results (e.g., bestmatch, newest, oldest) | |
| DOWNLOAD_PATH | No | Default directory for downloaded files | ~/Downloads |
| COMPOID_TIMEOUT | No | Request timeout in seconds | 30.0 |
| EXTRACT_ARCHIVE | No | Whether to automatically extract downloaded zip archives | false |
| COMPOID_AI_MODEL | No | AI model name for content analysis and generation | Qwen3.5-27B-FP8 |
| LOG_API_REQUESTS | No | Enable detailed API request logging for debugging | false |
| UPLOAD_AUTH_TOKEN | No | Bearer token for upload server authentication | |
| COMPOID_AI_API_KEY | No | API key for Compoid AI services | |
| COMPOID_AI_API_URL | No | Base URL for Compoid AI API | https://api.compoid.com/v1 |
| COMPOID_UPLOAD_URL | No | Base URL for file upload server | https://mcps.compoid.com/upload |
| COMPOID_DAILY_LIMIT | No | Daily request limit | 100000 |
| COMPOID_REPO_API_KEY | No | API key for Compoid repository access | |
| COMPOID_REPO_API_URL | No | Base URL for Compoid repository API | https://www.compoid.com/api |
| COMPOID_MAX_PAGE_SIZE | No | Maximum allowed results per page | 200 |
| COMPOID_MAX_CONCURRENT | No | Maximum concurrent API requests | 10 |
| COMPOID_DEFAULT_PAGE_SIZE | No | Default number of results per page | 25 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |