Labsco
frocher logo

Luskad MCP

from frocher

Provides access to coding rules and examples for your projects.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

Luskad MCP

A Model Context Protocol (MCP) server that provides access to coding rules and examples for your projects.

Features

  • Project Management: Retrieve all available projects with their details
  • Coding Rules: Search and access coding standards within specific projects
  • Team Collaboration: Get team member information and project contacts
  • Progress Tracking: Monitor project progress, risks, and tasks
  • Feature Management: Access project features and their associated issues
  • Flexible Configuration: Support for environment variables and command-line arguments
  • Multi-Platform: Compatible with Cursor, Windsurf, VS Code, and Claude Desktop

Development

  1. Clone the repository:
git clone https://github.com/frocher/luskad-mcp.git
cd luskad-mcp
  1. Install dependencies:
npm install
  1. Build
npm run build

Configuration

Create a .env file in the root directory with the following variables:

API_URL=https://app.luskad.com/api/v1
API_KEY=<your api key>

Or provide the URL via command line:

node dist/index.js --url http://your-api-url --key <your api key>

Local configuration example

{
  "mcpServers": {
    "luskad": {
      "command": "npx",
      "args": [
        "tsx", "/path/to/folder/luskad-mcp/src/index.ts",
        "--url", "http://localhost:3000/api/v1",
        "--key", "<your personal key>"
      ]
    }
  }
}

Testing with MCP Inspector

npx -y @modelcontextprotocol/inspector npx @acmada/luskad-mcp@latest