Helix is a private GenAI stack for building AI agents. It provides declarative pipelines, knowledge (RAG), API bindings, and first-class testing. It connects to various APIs and knowledge bases. Developers use it to build and test AI agents with customizable pipelines and robust testing tools.
Helix is a private GenAI stack for building AI agents. It provides declarative pipelines, knowledge (RAG), API bindings, and first-class testing. It connects to various APIs and knowledge bases. Developers use it to build and test AI agents with customizable pipelines and robust testing tools.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"helixml-helix-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-helixml-helix-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from helix?"
API Key Required
This server requires an API key from helix. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| HELIX_API_KEY | Yes | Your helix API key |
"What resources are available in helix?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in helix"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in helix with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.