Odel
project lore mcp

project lore mcp

Local
@tamas-fmTypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmproject-lore-mcpv0.1.1

Run

npx -y project-lore-mcp

MCP client config

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