mcpbeat Sign in

Lgl MCP Server

by willheadlee Your server? Claim it
local only

Lgl MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 22 installs a week from npm. Last commit 14 Aug 2026.

MCP server for Little Green Light CRM. Search donors, log gifts, manage groups and contacts.

Installs per day peak 24 · avg 7 · +8% w/w
a month agotoday
22
Installs / week
npm · lgl-mcp-server
1
Stars
0 open issues
14 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Lgl MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add lgl-mcp-server -- npx -y lgl-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lgl-mcp-server": {
      "args": [
        "-y",
        "lgl-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lgl-mcp-server]
command = "npx"
args = ["-y", "lgl-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "lgl-mcp-server": {
      "args": [
        "-y",
        "lgl-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lgl-mcp-server": {
      "args": [
        "-y",
        "lgl-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LGL_API_KEY (Your Little Green Light API key (Settings → Integration → API Keys)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Lgl MCP Server

same job, measured the same way
MyFitnessPal
by mason-levyy

MCP server for MyFitnessPal: log, search, and analyze your food diary.

226 installs/wk local only
Fly Io
by pulsemcp

MCP server for managing Fly.io machines, apps, logs, and Docker images.

65 installs/wk local only
Cortex RMCP
by dinglebear

Rust MCP server for homelab logs, syslog, Docker logs, FTS search, and AI transcript correlation.

local only
Docker MCP Server
by hypnosis

Docker for AI agents — containers, compose stacks, logs and databases, locally or over SSH.

225 installs/wk local only
Dynatrace Managed MCP
by dynatrace-oss

MCP server for Dynatrace Managed to access logs, events, and metrics.

602 installs/wk local only
Fadehost
by fadehost

Manage FadeHost game servers, Discord bots and VPS: console, stats, backups, logs, lifecycle.

23 tools answering
Vercel
by pulsemcp

MCP server for Vercel — manage deployments and view build and runtime application logs.

102 installs/wk local only
Graylog MCP Server
by jperelli

Query logs from Graylog: get streams, search messages, aggregate, and get full data.

62 installs/wk local only

Lgl MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Lgl MCP Server?
Lgl MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package lgl-mcp-server was installed 22 times last week.
How do I connect Lgl MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls lgl-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Lgl MCP Server?
The npm package lgl-mcp-server was installed 22 times in the last week. Week over week that is +8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Lgl MCP Server open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 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.