MCP Catalogs
Homelunar screenshot

lunar

by TheLunarCompany·444·Score 51

Lunar.dev is an API gateway for governance and security of AI agent workloads with MCP aggregation capabilities.

developer-toolsmonitoringsecurity
35
Forks
10
Open issues
this month
Last commit
2d ago
Indexed

Overview

Lunar.dev provides an API mediation layer for managing third-party API consumption across applications and AI agents. It offers live API traffic visibility, AI-aware policy enforcement, advanced traffic shaping, and cost optimization. The platform consists of Lunar Proxy (core API gateway) and Lunar MCPX (zero-code aggregator for multiple MCP servers).

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Centralized governance and security for MCP servers in production environments
you:Traffic management and optimization for AI applications using external APIs
you:Consolidating multiple MCP servers into a single gateway for simplified operations
you:Is Lunar.dev free to use?
you:How does Lunar MCPX work with existing MCP servers?

When to choose this

Choose Lunar.dev when you need to govern and secure API access across multiple AI agents and applications, particularly when you require centralized monitoring and cost optimization of third-party API usage.

When NOT to choose this

Don't choose Lunar.dev if you're looking for a simple, lightweight MCP server or if you need an open-source solution for production use without paid tier requirements.

Comparable tools

langfuse-mcpmonitoring-mcpobservability-mcpapi-gateway

Installation

Installation

Lunar consists of two main components:

  1. **Lunar Proxy** (core API gateway):

``bash git clone https://github.com/TheLunarCompany/lunar.git cd lunar/proxy npm install npm start ``

  1. **Lunar MCPX** (MCP aggregator):

``bash cd lunar/mcpx npm install npm start ``

For Claude Desktop, add to your config.json:

"mcpServers": {
  "lunar": {
    "command": "node",
    "args": ["path/to/lunar/mcpx/index.js"]
  }
}

FAQ

Is Lunar.dev free to use?
Lunar.dev is open-source and free for non-production/personal use. Production environments require a license with advanced features and guided onboarding.
How does Lunar MCPX work with existing MCP servers?
Lunar MCPX acts as a zero-code aggregator, consolidating multiple MCP servers into a single gateway with unified API access, enhancing security and observability.

Compare lunar with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.