@cynco/mcp
by cynco-labs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | HTTP server port | 3100 |
| LOG_LEVEL | No | debug · info · warn · error | info |
| MCP_TRANSPORT | No | Transport: stdio or http | stdio |
| MCP_PUBLIC_URL | No | Public URL for resource URIs | |
| MCP_RATE_LIMIT | No | Requests/minute per tenant | 120 |
| MCP_DB_POOL_MAX | No | Max DB pool connections | 5 |
| CYNCO_DATABASE_URL | Yes | PostgreSQL connection string | |
| MCP_CODE_TIMEOUT_MS | No | Code Mode script timeout (ms) | 60000 |
| MCP_TOOL_TIMEOUT_MS | No | Individual tool execution timeout (ms) | 30000 |
| MCP_DB_POOL_IDLE_TIMEOUT | No | Idle connection timeout (ms) | 30000 |
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/cynco-labs/cynco-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server