Loading MCP server directory, please wait...
Elixium AI — XP-native agile platform. TDD-gated stories, team decisions, learning loop.
npx @getmcp/cli add io.github.IndirectTek/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
ELIXIUM_API_KEYYour Elixium API key. Generate one from your workspace card on the Profile tab (Generate Key button).
ELIXIUM_API_URLYour Elixium workspace API URL (e.g., https://your-tenant.elixium.ai/api).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.IndirectTek/mcp-server": {
"command": "npx",
"args": [
"-y",
"@elixium.ai/mcp-server"
],
"env": {
"ELIXIUM_API_KEY": "",
"ELIXIUM_API_URL": "",
"ELIXIUM_BOARD_SLUG": "",
"ELIXIUM_USER_EMAIL": ""
}
}
}
}