Usage Example
How to use the BlueNexus Universal MCP Server
1. MCP Client Configuration
{
"mcpServers": {
"bluenexus": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/sdk"],
"env": {
"BLUENEXUS_API_URL": "https://api.bluenexus.ai/mcp",
"AUTH_TYPE": "Bearer",
"BEARER_TOKEN": "YOUR_BLUENEXUS_PERSONAL_ACCESS_TOKEN"
}
}
}
}2. Integration Workflow
3. Implementation Example (Node.js/TypeScript)
4. Key Technical Requirements
Last updated

