Catalog
io.github.havilandsoftware/mcp-server-innoday
OfficialInnoDay
Unified ticketing MCP server for Jira, Linear, Trello, Notion, and GitHub Issues.
Unified interface to manage tickets across Jira, Linear, Trello, Notion, and GitHub Issues.
README not available yet.
Install
Configuration
Environment variables
INNODAY_API_URLURL of your running InnoDay API instance. Defaults to http://localhost:8002 — only required if running on a different port or remote host.
INNODAY_ORGANIZATION_IDDefault organization ID (optional — can be passed per-tool call instead).
claude_desktop_config.json
{
"mcpServers": {
"mcp-server-innoday": {
"command": "uvx",
"args": [
"innoday"
],
"env": {
"INNODAY_API_URL": "<YOUR_INNODAY_API_URL>",
"INNODAY_ORGANIZATION_ID": "<YOUR_INNODAY_ORGANIZATION_ID>"
}
}
}
}