Skip to content
Claude Desktop

project lore for Claude Desktop

io.github.tamas-fm/project-lore

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

client:Claude Desktop transport:stdio runtime:npm

Install project lore in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "project-lore": {
      "command": "npx",
      "args": [
        "-y",
        "project-lore-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

project lore in other clients