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) |
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 | |
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/opensourceops/canny-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server