McpMux
Back to Registry

LWC (Local Wiki CLI) MCP Server

Community

Contributed by JanYork

Local-first, source-grounded project memory for coding agents with durable Markdown knowledge, provenance, optional knowledge graphs, and bounded read-only MCP retrieval.

About the LWC (Local Wiki CLI) MCP Server

The LWC (Local Wiki CLI) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Local-first, source-grounded project memory for coding agents with durable Markdown knowledge, provenance, optional knowledge graphs, and bounded read-only MCP retrieval. This is a community-contributed MCP server by JanYork.

Install the LWC (Local Wiki CLI) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. No authentication required — install and start using it immediately.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@i-xor/lwc",
    "serve",
    "--mcp",
    "--path",
    "${input:PROJECT_PATH}"
  ],
  "metadata": {
    "inputs": [
      {
        "id": "PROJECT_PATH",
        "label": "Project Path",
        "description": "Absolute path to the project whose LWC Wiki and optional CodeGraph should be queried.",
        "type": "directory_path",
        "required": true,
        "secret": false,
        "placeholder": "C:\\Users\\you\\project  or  /home/you/project"
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthNone required
Capabilities
Tools

Categories

Tags

agent-memorycoding-agentsknowledge-graphlocal-firstmarkdownmemoryproject-contextwiki

Supported AI Clients

The LWC (Local Wiki CLI) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install LWC (Local Wiki CLI) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.