InnoDay for Cline
io.github.havilandsoftware/mcp-server-innoday
Unified ticketing MCP server for Jira, Linear, Trello, Notion, and GitHub Issues.
client:Cline
transport:stdio
runtime:pypi
Install InnoDay in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-server-innoday": {
"command": "uvx",
"args": [
"innoday"
],
"env": {
"INNODAY_API_URL": "<INNODAY_API_URL>",
"INNODAY_ORGANIZATION_ID": "<INNODAY_ORGANIZATION_ID>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs