Skip to main content
Developer ToolsTypeScript

var-gg/mcp

Enforces team naming consistency for AI-generated code via Cursor MCP integration. [Guide ↗](https://var.gg)

developer-toolscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/var-gg/mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "var-gg-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "var-gg/mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
var-gg