InnoDay for Cursor
io.github.havilandsoftware/mcp-server-innoday
Unified ticketing MCP server for Jira, Linear, Trello, Notion, and GitHub Issues.
client:Cursor
transport:stdio
runtime:pypi
Install InnoDay in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server-innoday": {
"type": "stdio",
"command": "uvx",
"args": [
"innoday"
],
"env": {
"INNODAY_API_URL": "<INNODAY_API_URL>",
"INNODAY_ORGANIZATION_ID": "<INNODAY_ORGANIZATION_ID>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs