norea-mcp-sse-bridge
v1.0.1
Published
SSE to stdio bridge for Norea AI MCP server
Readme
norea-mcp-sse-bridge
SSE to stdio bridge for connecting Claude Desktop to Norea AI's MCP server.
Installation
npm install -g norea-mcp-sse-bridgeOr use with npx (no installation required):
npx norea-mcp-sse-bridgeConfiguration
Add to your Claude Desktop MCP configuration:
{
"mcpServers": {
"norea-ai": {
"command": "npx",
"args": ["-y", "norea-mcp-sse-bridge@latest"],
"env": {
"MCP_SERVER_URL": "https://app.norea.ai/api/mcp/sse",
"MCP_AUTH_TOKEN": "your_jwt_token_here"
}
}
}
}Environment Variables
MCP_SERVER_URL: URL to Norea AI's MCP SSE endpoint (default: https://app.norea.ai/api/mcp/sse)MCP_AUTH_TOKEN: JWT token for authentication (required)
How to Get Your Token
- Log into Norea AI
- Go to Settings → Integrations
- Enable MCP and copy your token
Features
- Bridges SSE transport to stdio for Claude Desktop compatibility
- JWT authentication with Norea AI
- Error handling and reconnection logic
- Lightweight and fast
License
MIT
