Labsco
MCP SERVER

Luskad MCP

by frocher

Give the coding assistant your team's actual coding standards, per project.

Prompts, Skills & Instruction Packs
Summary
House style the assistant can look up instead of guess.

Coding conventions only bind if they are reachable at the moment code is written. Pointing the assistant at the project's rules turns "we do it this way here" from something you paste every session into something it queries.

What it is

A server in front of Luskad, where a team keeps its coding rules and examples. The assistant lists the projects it has access to and searches the rules inside one, so the standards it writes against are the ones your team wrote down rather than its own defaults.

What you get
  • All available projects retrieved with their details
  • Coding rules searched within a named project, with an optional query
  • Configuration by environment variable or command-line argument
  • The same npx package across Cursor, Windsurf, VS Code and Claude Desktop
Requirements

Node.js v16 or higher with npm or yarn, and an account at app.luskad.com with a generated API token. The client runs it with npx -y @acmada/luskad-mcp, so nothing is cloned.

Setup effort

One command plus a key — npx -y @acmada/luskad-mcp, then supply credentials