Luskad MCP

by frocher

155 downloads
Not rated
GitHub

About

Provides access to coding rules and examples for your projects.

Details

Author
frocher
Downloads
155
Categories
Developer Tools, Knowledge Base, Other

- Retrieve all available projects
- Search coding rules within a specific project
- Configurable API endpoint
- Environment variable support

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Luskad MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the server via npx (@acmada/luskad-mcp) in your MCP client's configuration file. Supported clients include Cursor, Windsurf, VS Code, and Claude Desktop. Configuration requires an API key from your Luskad account and can be set via environment variables (API_URL, API_KEY) or command-line arguments (--url, --key).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "luskad mcp": {
            "luskad-mcp": {
                "command": "node",
                "args": [
                    "dist/index.js",
                    "--url",
                    "http://your-api-url",
                    "--key",
                    "<your",
                    "api",
                    "key>"
                ]
            }
        }
    }
}

McpServers

{
    "luskad-mcp": {
        "command": "node",
        "args": [
            "dist/index.js",
            "--url",
            "http://your-api-url",
            "--key",
            "<your",
            "api",
            "key>"
        ]
    }
}

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

- 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

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

You also need to create an account onluskad.com applicationand generate your API token.

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

Pasting the following configuration into your Cursor~/.cursor/mcp.jsonfile is the recommended approach. SeeCursor MCP docsfor more info.

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

Add this to your Windsurf MCP config file. SeeWindsurf MCP docsfor more info.

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

Add this to your VS Code MCP config file. SeeVS Code MCP docsfor more info.

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

Add this to your Claude Desktopclaude_desktop_config.jsonfile. SeeClaude Desktop MCP docsfor more info.

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

Search coding rules for a given project. Parameters:

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

git clone https://github.com/frocher/luskad-mcp.git cd luskad-mcp

Create a.envfile in the root directory with the following variables:

API_URL=https://app.luskad.com/api/v1 API_KEY=<your api key>
node dist/index.js --url http://your-api-url --key <your api key>
{ "mcpServers": { "luskad": { "command": "npx", "args": [ "tsx", "/path/to/folder/luskad-mcp/src/index.ts", "--url", "http://localhost:3000/api/v1", "--key", "<your personal key>" ] } } }
npx -y @modelcontextprotocol/inspector npx @acmada/luskad-mcp@latest

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Local stdio MCP server that lets AI coding agents read and maintain structured architecture, rules, and decisions directly from your repository.

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

Remote, no-auth MCP server providing AI-powered codebase context and answers

MCP server that ingests project docs once and lets Claude search by meaning instead of reading everything — saving tokens on large codebases

Easily provide codebase context to Large Language Models (LLMs).

Context7 Private Docs MCP is a paid hosted remote MCP for private, version-pinned documentation context, source citations, stale-doc checks, and usage receipts for coding agents.

An intelligent system for managing programming rules, supporting search, versioning, code validation, and prompt enhancement.

Search DevExpress documentation (300,000+ help topics) using natural language queries across Angular, Blazor, WPF, WinForms, ASP.NET Core, React, Vue, and more in the AI Coding Assistant and/or IDE of your choice. Receive instant code examples, implementation guidance, and step-by-step instructions. Built-in tools and prompts guide AI coding agents to help developers build better applications faster with DevExpress components.

The official Duck Framework MCP server provides AI assistants with rich, project-aware context for building applications using Duck Framework. It offers documentation retrieval, code guidance, API references, best practices, component discovery, and framework-specific recommendations to help developers generate high-quality Duck Framework projects faster and more accurately.

GeneXus 18 MCP server for Claude, Cursor, and AI agents — read, edit, analyze KB objects (transactions, web panels, procedures, SDTs) over the Model Context Protocol.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.