mcpbeat Sign in

Project Lore MCP Server

local only

Project Lore runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 26 Jul 2026.

A local-first MCP server that routes development tasks to authoritative project documentation.

Installs per day peak 240 · avg 15 · -10% w/w
a month agotoday
37
Installs / week
npm · project-lore-mcp
0
Stars
0 open issues
26 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Project Lore 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 project-lore -- npx -y project-lore-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "project-lore": {
      "args": [
        "-y",
        "project-lore-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.project-lore]
command = "npx"
args = ["-y", "project-lore-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "project-lore": {
      "args": [
        "-y",
        "project-lore-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "project-lore": {
      "args": [
        "-y",
        "project-lore-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Project Lore

same job, measured the same way
Compliance Trestle MCP
by oscal-compass

An MCP server that provides tools to author OSCAL security compliance documentation

149 installs/wk local only
Astro MCP
by morinokami

MCP server to support Astro project development

1 626 installs/wk local only
Svelte LLM MCP
by stanislav-svelte-llm

An MCP server that provides access to Svelte 5 and SvelteKit documentation

2 tools answering
Bitrix MCP
by bitrix24

MCP server that delivers up-to-date Bitrix24 REST API documentation.

5 tools answering
MCP Plesk Dev Docs
by barateza

An MCP server that indexes and retrieves Plesk documentation.

89 installs/wk local only
Huoshui File Converter
by huoshuiai42

An MCP server that provides document format conversion

26 installs/wk local only
Domain Memory
by mashware

Local-first MCP server serving a project's business-domain knowledge to MCP-compatible agents.

44 installs/wk local only
Localstack MCP Server
by localstack

A LocalStack MCP Server providing essential tools for local cloud development & testing

209 installs/wk local only

Project Lore — questions

Answers built from our own checks of this server.

Why is there no uptime for Project Lore?
Project Lore 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 project-lore-mcp was installed 37 times last week.
How do I connect Project Lore?
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 project-lore-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Project Lore?
The npm package project-lore-mcp was installed 37 times in the last week. Week over week that is -10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Project Lore open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.