Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Luskad MCPwhat are the coding standards for the authentication module in project X?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Install in Windsurf
Add this to your Windsurf MCP config file. See Windsurf MCP docs for more info.
Install in VSCode
Add this to your VS Code MCP config file. See VS Code MCP docs for more info.
Install in Claude Desktop
Add this to your Claude Desktop claude_desktop_config.json file. See Claude Desktop MCP docs for more info.
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 rulesquery: (Optional) Search query
Development
Clone the repository:
Install dependencies:
Build
Configuration
Create a .env file in the root directory with the following variables:
Or provide the URL via command line:
Local configuration example
Testing with MCP Inspector
License
MIT License - see LICENSE for details.