Skip to content
VS Code

project lore for VS Code

io.github.tamas-fm/project-lore

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

client:VS Code transport:stdio runtime:npm

Install project lore in VS Code

.vscode/mcp.json

{
  "servers": {
    "project-lore": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "project-lore-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

project lore in other clients