Canny MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level: debug, info, warn, error (default info) | |
| LOG_FORMAT | No | Log format: json or pretty (default json) | |
| CANNY_API_KEY | Yes | Your Canny API key (required) | |
| CANNY_SUBDOMAIN | Yes | Your Canny subdomain (auto-detected from CANNY_BASE_URL if *.canny.io, but often required) | |
| CANNY_TOOL_MODE | No | Tool mode: readonly, all, or comma-separated toolsets (default readonly) | |
| SERVER_HTTP_HOST | No | HTTP server bind address (default 0.0.0.0) | |
| SERVER_HTTP_PORT | No | HTTP server port (default 3000) | |
| SERVER_TRANSPORT | No | Transport mode: stdio, http, or both (default stdio) | |
| CANNY_COMPACT_MODE | No | Return compact responses (true/false, default true) | |
| CANNY_JIRA_ENABLED | No | Enable Jira integration (true/false, default false) | |
| CANNY_CACHE_ENABLED | No | Enable response caching (true/false, default true) | |
| CANNY_DEFAULT_BOARD | No | Default board ID | |
| CANNY_CACHE_MAX_SIZE | No | Maximum cache entries (default 100) | |
| CANNY_PAGINATION_MAX | No | Maximum total results (default 50) | |
| CANNY_JIRA_PROJECT_KEY | No | Jira project key (e.g., PROJ) | |
| CANNY_PAGINATION_LIMIT | No | Results per page (default 10) | |
| CANNY_RATE_LIMIT_WINDOW | No | Rate limit window in milliseconds (default 60000) | |
| CANNY_RATE_LIMIT_REQUESTS | No | Maximum requests per window (default 100) |
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/opensourceops/canny-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server