Connect Your AI Tool
Ready-to-paste Norbix MCP configuration for Claude, Cursor, VS Code, Windsurf, ChatGPT, and Gemini.
{
"mcpServers": {
"norbix": {
"command": "npx",
"args": ["-y", "@norbix.ai/mcp"],
"env": {
"NORBIX_API_KEY": "your-api-key",
"NORBIX_HUB_URL": "https://hub.norbix.ai",
"NORBIX_PROJECT_ID": "your-project-id"
}
}
}
}claude mcp add norbix \
-e NORBIX_API_KEY=your-api-key \
-e NORBIX_HUB_URL=https://hub.norbix.ai \
-e NORBIX_PROJECT_ID=your-project-id \
-- npx -y @norbix.ai/mcpTry it
Troubleshooting
Last updated