mcpbeat Sign in

Lumen MCP Server

local only

Lumen runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 7 Jun 2026.

Self-hostable agentic-AI LMS: catalog, RAG tutor, FSRS reviews, AI authoring, ingest.

Installs / week
not published
87
Stars
0 open issues
7 Jun 2026
Last commit
from GitHub
GPL-3.0
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        exec(compiled, safe_globals, safe_globals)  # noqa: S102
Builds a file path from a variable tools/recording/record-walkthrough.ts:231
        fs.statSync(path.join(OUT_DIR, b)).mtimeMs -
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

CI pipeline leaks secrets outward .github/workflows/deploy.yml:320
            if curl -fsS --max-time 5 "https://${{ secrets.APP_DOMAIN }}/api/v1/health/live" >/dev/null \

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Lumen

same job, measured the same way
MCP Knowledge RAG
by infoinlet-marketplace

Permission-aware RAG for agents — ingest docs, hybrid search, cited answers (hosted API).

21 installs/wk local only
PDF MCP
by jztan

Agentic RAG over one PDF or a whole folder: hybrid search, selective page reads, tables, OCR.

1 901 installs/wk local only
Ragie
by mcparmory

Ingest, manage, and retrieve documents for RAG-powered AI applications

261 installs/wk local only
SearchForge
by divyanshu-iitian

Free open-source web search and page reading for LLMs, AI agents, and RAG.

local only
Shelfmark
by dankaro-projects

Local, privacy-first document catalogue for AI agents: metadata-only discovery, no cloud, no RAG.

276 installs/wk local only
I
Terraform Ingest MCP
by zloeber

Ingest and analyze Terraform modules from multiple repositories for AI RAG systems

274 installs/wk local only
Local FAISS MCP Server
by nonatofabio

Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.

92 installs/wk local only
haiku.rag
by ggozad

Local-first agentic RAG with citations - hybrid search, reranking, multimodal document retrieval

3 086 installs/wk local only

Lumen — questions

Answers built from our own checks of this server.

Why is there no uptime for Lumen?
Lumen runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Lumen open source?
Yes — it is published under the GPL-3.0 licence, written in Python and 87 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.