lore-mcp

gskolber/lore-mcp
★ 0 stars Elixir 🧠 Memory/Knowledge Updated today
Elixir MCP server for Lore — AI-native engineering wiki. Exposes lore.search/read/write/link_files/validate/detect_repo as MCP tools over stdio.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

README Excerpt

A small Elixir MCP (Model Context Protocol) server that exposes the and any other MCP-aware client. Speaks JSON-RPC 2.0 over stdio and proxies tool calls to a running Lore Phoenix backend over HTTPS. | Tool | What it does | |-------------------|--------------| | `lore.search` | Full-text search across articles in your workspace |