MCP Server
MCP
InnoDay
Unified ticketing MCP server for Jira, Linear, Trello, Notion, and GitHub Issues.
Install
uvx innoday
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "innoday",
"version": "0.112.2-beta",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "URL of your running InnoDay API instance. Defaults to http://localhost:8002 — only required if running on a different port or remote host.",
"name": "INNODAY_API_URL"
},
{
"description": "Default organization ID (optional — can be passed per-tool call instead).",
"name": "INNODAY_ORGANIZATION_ID"
}
]
}
]
}
mcp
model-context-protocol
pypi
Comments
Sign in to leave a comment