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 |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/compoid/compoid-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server