Lune

by RetrogradeLabs

183 downloads
Not rated
GitHub

About

# @retrograde-labs/lune-mcp-server <!-- mcp-name: com.luneresearch/lune --> [![npm](https://img.shields.io/npm/v/@retrograde-labs/lune-mcp-server.svg)](https://www.npmjs.com/package/@retrograde-labs/lune-mcp-server) [![MCP…

Details

Author
RetrogradeLabs
Downloads
183
Categories
Search, Other, Knowledge Base, AI

- Twelve tools for paper search, retrieval, citation, and conference updates
- Hybrid vector + BM25 search across the academic paper corpus
- Streamable HTTP and stdio transports
- OAuth 2.1 and Personal Access Token authentication
- Published in MCP Registry as com.luneresearch/lune

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Lune
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Choose between two transports: run locally via npx @retrograde-labs/lune-mcp-server with LUNE_API_KEY set, or use the hosted Streamable HTTP endpoint at https://mcp.luneresearch.com/mcp with a Personal Access Token or OAuth token. Client-specific install recipes are available in the Lune dashboard installer.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "lune": {
            "lune-research": {
                "command": "npx",
                "args": [
                    "-y",
                    "@retrograde-labs/lune-mcp-server"
                ],
                "env": {
                    "LUNE_API_KEY": "<YOUR_TOKEN>"
                }
            }
        }
    }
}

McpServers

{
    "lune-research": {
        "command": "npx",
        "args": [
            "-y",
            "@retrograde-labs/lune-mcp-server"
        ],
        "env": {
            "LUNE_API_KEY": "<YOUR_TOKEN>"
        }
    }
}

@retrograde-labs/lune-mcp-server

<!-- mcp-name: com.luneresearch/lune -->

npm
MCP Registry

Official Model Context Protocol server for Lune Research. Twelve tools for searching, retrieving, and subscribing to academic papers across security, ML, NLP, CV, and systems venues.

Two transports:

- stdio: run locally via npx @retrograde-labs/lune-mcp-server. Reads LUNE_API_KEY from the environment.
- Streamable HTTP: hosted at https://mcp.luneresearch.com/mcp. Pass your PAT or OAuth token as Authorization: Bearer ....

Get a token at luneresearch.com/dashboard/credentials.

Quick start

The fastest path is the dashboard installer: pick your AI app, click a button, and you're done. Manual installs follow.

Claude Code

claude mcp add lune --transport http \
  https://mcp.luneresearch.com/mcp \
  --header "Authorization: Bearer <YOUR_TOKEN>"

Claude Desktop, Cursor, VS Code, OpenCode, Codex, Gemini CLI, Windsurf, Zed

See the dashboard installer for per-client recipes verified against each client's official docs. The schemas vary subtly (e.g. VS Code uses type: "http", Cursor omits type, Gemini CLI uses httpUrl, Zed uses context_servers).

Tools

| Tool | Description |
|------|-------------|
| search_papers | Hybrid vector + BM25 search across the corpus |
| get_paper | Fetch metadata for a paper |
| get_paper_fulltext | Parsed full text (markdown or JSON) |
| get_paper_citations | Citation graph (cited_by or cites) |
| list_conferences | Indexed venues, optionally by category |
| get_conference_papers | Paginated papers for a venue |
| search_research_guidance | Curated reproducibility / methodology corpus |
| get_research_guidance_doc | Full text of a guidance document |
| list_conference_update_subscriptions | Active conference update subscriptions |
| subscribe_to_conference_updates | Start receiving updates for a conference |
| unsubscribe_from_conference_updates | Stop receiving updates for a conference |
| check_for_conference_updates | Pull new papers since the last check |

Authentication

The hosted Streamable HTTP transport at mcp.luneresearch.com/mcp supports both:

- OAuth 2.1 + Dynamic Client Registration, advertised via https://mcp.luneresearch.com/.well-known/oauth-protected-resource. Authorization server is api.luneresearch.com. Clients (Claude Desktop, ChatGPT custom connectors) handle the flow automatically.
- Personal Access Tokens (lune_*), passed as Authorization: Bearer .... Mint at luneresearch.com/dashboard/credentials.

MCP Registry

Published as com.luneresearch/lune at registry.modelcontextprotocol.io. DNS-authenticated under the luneresearch.com namespace.

Development

pnpm install
pnpm dev:watch        # tsup --watch
pnpm test
pnpm typecheck

Tests are unit + integration (tests/); no live network calls.

The hosted variant runs on ECS Fargate behind ALB. The npm-distributed binary (lune-mcp) is the same image entrypoint defaulting to stdio.

Releases

The npm package is built with tsup. Version is stamped into the bundle at build time from package.json via tsup.config.ts's define; the same version is asserted at serverInfo.version in the MCP initialize response and at /health.

License

MIT © Retrograde Labs

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.