LoreMCP

Koed00/LoreMCP
★ 1 stars TypeScript AI/LLM Updated today
Local, read-only MCP server giving AI coding agents live access to nWave-structured documentation
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "loremcp": {
      "command": "npx",
      "args": [
        "-y",
        "Koed00/LoreMCP"
      ]
    }
  }
}

README Excerpt

A local, read-only MCP server that gives an AI coding agent live access to [nWave](https://github.com/nWave-ai/nWave)-structured documentation from a configured list of sibling repos. **The problem**: AI agents working in a codebase start each session blind. They have no way to query prior architectural decisions, domain constraints, or feature-level context before they act — so they reinvent patterns, contradict last sprint's decisions, or miss domain rules any experienced team member would kno

Tools (7)

CONCERN_NOT_FOUNDFEATURE_NOT_FOUNDINVALID_CONCERNNO_NWAVE_STRUCTUREREPO_NOT_CONFIGUREDREPO_PATH_NOT_FOUNDmain