lerian-mcp-server
Verified Safeby LerianStudio
Overview
Provides AI assistants with comprehensive, up-to-date documentation, interactive learning paths, and SDK code generation for Lerian's financial ledger (Midaz), observability (Tracer), workflow (Flowker), and analytics (Reporter) products.
Installation
npx -y @lerianstudio/lerian-mcp-server@latestEnvironment Variables
- LERIAN_DOCS_URL
- ERROR_LOGGING
- PERFORMANCE_TRACKING
- LOG_LEVEL
- AUDIT_LOGGING
- NODE_ENV
Security Notes
The server operates in a 'documentation-only' mode, meaning it explicitly does NOT connect to Lerian backend APIs, significantly reducing its attack surface. It features comprehensive input validation and output sanitization (against XSS, SQL injection, path traversal, dangerous protocols) adapted to various MCP clients. Sensitive data is redacted in logs, and secrets (like `CURSOR_SECRET` and `CACHE_ENCRYPTION_KEY`) are automatically generated and persisted securely with `0o600` file permissions if not provided via environment variables. Rate limiting is implemented, and global error handlers are in place. Configuration loading includes security checks, enforcing localhost backend URLs even if external ones are configured (though backend API access is disabled). The project includes dedicated security audit scripts (`npm audit`, `security:audit`).
Similar Servers
mcphub
The MCPHub acts as a centralized gateway for managing and orchestrating various Model Context Protocol (MCP) servers and OpenAPI-compatible services. It provides a unified API, OAuth 2.0 authorization, user management, and AI-powered 'smart routing' for dynamic tool discovery and invocation.
mcp-language-server
Proxies a Language Server Protocol (LSP) server to provide semantic code intelligence tools to Model Context Protocol (MCP) clients, enabling LLMs to interact with codebases.
mcp-aktools
This MCP server provides real-time and historical financial data for stocks and cryptocurrencies, offering search, detailed information retrieval, market overviews, news, and analysis capabilities.
jetski
An Open Source MCP Analytics and Authentication Platform that proxies and provides analytics for MCP servers.