io.github.IndirectTek/mcp-server✓
io.github.IndirectTek/mcp-server · v0.5.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.IndirectTek/mcp-server",
"description": "Elixium AI — Agile project management for AI-native development teams.",
"repository": {
"url": "https://github.com/Indirecttek/elixium.ai",
"source": "github"
},
"version": "0.5.0",
"packages": [
{
"registryType": "npm",
"identifier": "@elixium.ai/mcp-server",
"version": "0.5.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Elixium API key from Command Center > Settings > API Keys",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ELIXIUM_API_KEY"
},
{
"description": "Your Elixium workspace API URL (e.g., https://your-team.elixium.ai/api)",
"isRequired": true,
"format": "string",
"name": "ELIXIUM_API_URL"
},
{
"description": "Board slug to scope operations to a specific board (optional, auto-detects if only one board)",
"format": "string",
"name": "ELIXIUM_BOARD_SLUG"
},
{
"description": "Email of the user creating stories (optional, defaults to API key owner)",
"format": "string",
"name": "ELIXIUM_USER_EMAIL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}