@younndai/lyt-mcp
PackagesThe MCP server. It exposes 17 typed Lyt tools to an MCP-compatible client over standard input and output.
Install it from npm:
npm install -g @younndai/lyt-mcpThe MCP server
lyt-mcp is a stdio-only Model Context Protocol server. It turns the vault, mesh source, capture, search, primer, and sync surfaces into typed, validated tools rather than making an agent scrape terminal text. It does not expose an HTTP endpoint.
Typed tools over your own vaults
The 17 tools cover vault inspection and reconnect, mesh sources, capture, search, sync, priming, and access inspection. Search accepts optional agent query expansion and uses local semantic matching when the model is already present. See finds what a keyword misses. The MCP process never downloads the embedding model.
Wire it into your client
Any MCP-compatible client can launch the server. See the MCP server guide for the wiring. Cross-actor mutations — sharing, unsharing, accepting an invitation, and abandoning a vault — deliberately fail closed over MCP by default; the operator can enable them for a server session with an out-of-band launch variable, and otherwise they run through the confirmation-gated CLI. It ships inside the lyt CLI.
lyt mcp start