Luskad MCP

Luskad MCP

Provides access to coding rules, standards, and project documentation from Luskad.com. Enables AI assistants to search and retrieve team coding guidelines, project features, and development standards directly within your IDE.

Category
Visit Server

README

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

Prerequisites

  • Node.js (v16 or higher)
  • npm or yarn
  • Cursor, Windsurf, Claude Desktop or another MCP Client

You also need to create an account on luskad.com application and generate your API token.

Getting started

Install in Cursor

Go to: Settings -> Cursor Settings -> MCP -> Add new global MCP server

Pasting the following configuration into your Cursor ~/.cursor/mcp.json file is the recommended approach. See Cursor MCP docs for more info.

{
  "mcpServers": {
    "Luskad": {
      "command": "npx",
      "args": ["-y", "@acmada/luskad-mcp"]
    }
  }
}

Install in Windsurf

Add this to your Windsurf MCP config file. See Windsurf MCP docs for more info.

{
  "mcpServers": {
    "luskad": {
      "command": "npx",
      "args": ["-y", "@acmada/luskad-mcp"]
    }
  }
}

Install in VSCode

Add this to your VS Code MCP config file. See VS Code MCP docs for more info.

{
  "servers": {
    "luskad": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@acmada/luskad-mcp"]
    }
  }
}

Install in Claude Desktop

Add this to your Claude Desktop claude_desktop_config.json file. See Claude Desktop MCP docs for more info.

{
  "mcpServers": {
    "luskad": {
      "command": "npx",
      "args": ["-y", "@acmada/luskad-mcp"]
    }
  }
}

Available Tools

list-projects

Retrieves all available projects.

get-coding-rules

Search coding rules for a given project. Parameters:

  • projectId: Project to search for coding rules
  • query: (Optional) Search query

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

License

MIT License - see LICENSE for details.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured