Servers
Lumenore Mcp
@Lumenore-Platform
A Model Context Protocol (MCP) server that provides AI assistants with access to Lumenore's analytics and natural language query capabilities. Built with FastMCP and Python 3.13 for scalable data analytics integration.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"lumenore-analytics": {
"command": "python3",
"args": [
"/absolute/path/to/lumenore_mcp_server.py"
],
"env": {
"LUMENORE_CLIENT_ID": "your_lumenore_client_id",
"LUMENORE_CLIENT_SECRET": "your_lumenore_client_secret"
}
}
}
}