Catalog
io.github.IndirectTek/mcp-server
OfficialElixium AI — XP-native agile platform. TDD-gated stories, team decisions, learning loop.
Agile platform with test-driven development gates, team decisions, and learning loops.
README not available yet.
Install
Configuration
Environment variables
ELIXIUM_API_KEYrequiredsecretYour Elixium API key. Generate one from your workspace card on the Profile tab (Generate Key button).
ELIXIUM_API_URLrequiredYour Elixium workspace API URL (e.g., https://your-tenant.elixium.ai/api).
ELIXIUM_BOARD_SLUGBoard slug to scope operations to a specific board. Optional — auto-detects when the workspace has only one board.
ELIXIUM_USER_EMAILEmail of the user creating stories. Optional — defaults to the user the API key is bound to.
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@elixium.ai/mcp-server@0.14.0"
],
"env": {
"ELIXIUM_API_KEY": "<YOUR_ELIXIUM_API_KEY>",
"ELIXIUM_API_URL": "<YOUR_ELIXIUM_API_URL>",
"ELIXIUM_BOARD_SLUG": "<YOUR_ELIXIUM_BOARD_SLUG>",
"ELIXIUM_USER_EMAIL": "<YOUR_ELIXIUM_USER_EMAIL>"
}
}
}
}