nexora for Cursor
io.github.felixbaumannkontakt-tech/nexora
NEXORA: Tools fuer Vertrieb, Website-Verwaltung und Holding-Verwaltung (LiveRelay Group).
client:Cursor
transport:stdio
runtime:npm
Install nexora in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nexora": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@liverelaygroup/nexora-mcp-server"
],
"env": {
"NEXORA_DATA_DIR": "<NEXORA_DATA_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs