MCP.so
Sign In

Luskad MCP

@frocher

About Luskad MCP

MCP Server for Luskad app

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Luskad MCP?

Luskad MCP is a Model Context Protocol (MCP) server that provides access to coding rules and examples for your projects. It integrates with the Luskad.com application and is intended for developers using MCP-compatible clients.

How to use Luskad MCP?

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).

Key features of Luskad MCP

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

Use cases of Luskad MCP

  • Fetch a list of all projects associated with your Luskad account
  • Search for coding rules and examples within a specific project
  • Integrate project-specific coding guidelines into your MCP-powered IDE or assistant

FAQ from Luskad MCP

What are the runtime requirements?

Node.js v16 or higher and npm or yarn are required.

Does Luskad MCP require an account?

Yes, you need to create an account on luskad.com and generate an API token.

What MCP clients are supported?

Cursor, Windsurf, VS Code, and Claude Desktop are explicitly mentioned.

How do I configure the API endpoint?

Set the API_URL and API_KEY environment variables, or pass --url and --key as command-line arguments.

How does Luskad MCP authenticate?

Authentication is handled via an API key (set as API_KEY environment variable or --key argument).

Frequently asked questions

What are the runtime requirements?

Node.js v16 or higher and npm or yarn are required.

Does Luskad MCP require an account?

Yes, you need to create an account on luskad.com and generate an API token.

What MCP clients are supported?

Cursor, Windsurf, VS Code, and Claude Desktop are explicitly mentioned.

How do I configure the API endpoint?

Set the `API_URL` and `API_KEY` environment variables, or pass `--url` and `--key` as command-line arguments.

How does Luskad MCP authenticate?

Authentication is handled via an API key (set as `API_KEY` environment variable or `--key` argument).

Comments

More Other MCP servers