LWC (Local Wiki CLI) MCP Server
CommunityContributed 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
{
"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"
}
]
}
}Tags
Supported AI Clients
The LWC (Local Wiki CLI) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
GitHub (Docker)
Interact with GitHub repositories, issues, pull requests, and code security via Docker container. Supports both github.com and GitHub Enterprise instances. Requires Docker installed.
GitHub (Remote PAT)
Interact with GitHub repositories, issues, pull requests, actions, and code security through GitHub's hosted remote MCP server. Authenticates with a Personal Access Token.
Atlassian (Jira & Confluence)
Interact with Jira issues, Confluence pages, and Compass components through Atlassian's official remote MCP server.
Figma
Generate code from Figma designs, extract design context, variables, and components through Figma's official hosted MCP server. Supports Code Connect for design system consistency, FigJam content, and browser-to-Figma live capture.
Figma (npx)
Read and inspect Figma designs, components, and styles. Extract layout details, design tokens, and asset metadata from any Figma file. Translates auto-layout to CSS flexbox. Supports image downloads.
GitLab
GitLab's built-in MCP server for managing issues, merge requests, pipelines, and semantic code search. Requires GitLab 18.6+ with Duo enabled. Connects directly to any GitLab instance via OAuth.
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.