Skip to content

LunarCrush MCP Server available as stdio transport. Works as a proxy for the remote LunarCrush MCP Server.

Notifications You must be signed in to change notification settings

lunarcrush/mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

More information on using LunarCrush AI & MCP Capabilities here: https://lunarcrush.com/developers/api/ai

LunarCrush Remote MCP Server (preferred)

Streamable HTTP

{
  "mcpServers": {
    "LunarCrush": {
      "type": "http",
      "url": "https://lunarcrush.ai/mcp",
      "headers": {
        "Authorization": "Bearer ${input:lunarcrush-api-key}"
      }
    }
  }
}

SSE

{
  "mcpServers": {
    "LunarCrush": {
      "type": "http",
      "url": "https://lunarcrush.ai/sse",
      "headers": {
        "Authorization": "Bearer ${input:lunarcrush-api-key}"
      }
    }
  }
}

LunarCrush stdio MCP Server

{
  "mcpServers": {
    "LunarCrush": {
      "command": "node",
      "args": ["<absolute_path_to_project_root>/index.js"],
      "env": {
        "LUNARCRUSH_API_KEY": "<your_lunarcrush_api_key>",
      }
    }
  }
}

Authentication / API Key

Get your LunarCrush API keys here: https://lunarcrush.com/developers/api/authentication

About

LunarCrush MCP Server available as stdio transport. Works as a proxy for the remote LunarCrush MCP Server.

Topics

Resources

Stars

Watchers

Forks