LWC (Local Wiki CLI)

Community
Rust

Local-first project memory with source-grounded retrieval, durable Markdown and SQLite storage, and a bounded read-only MCP interface for coding agents.

About LWC (Local Wiki CLI) MCP Server

Local-first project memory with source-grounded retrieval, durable Markdown and SQLite storage, and a bounded read-only MCP interface for coding agents.

Features

Tools
Getting Started

Run lwc serve --mcp --path /absolute/project, then configure your MCP client to invoke the same command.

Tools (1)
Functions this server exposes to AI clients

lwc_explore

Retrieves bounded, source-grounded project memory and code context without mutating project state.

Example
{"mcpServers":{"lwc":{"command":"npx","args":["-y","@i-xor/lwc","serve","--mcp","--path","/absolute/project"]}}}
Compatible With
Claude Desktop
Cursor
VS Code