Skip to main content
Glama

lint-mcp

by wer8956741
package.json1.36 kB
{ "name": "go-guard", "version": "3.0.5", "description": "GoGuard - Intelligent Go code quality assurance MCP server with smart change detection and risk analysis", "main": "index.js", "bin": { "go-guard": "./index.js" }, "scripts": { "build": "go build -o bin/go-guard main.go", "prepublishOnly": "npm run build", "postinstall": "echo 'go-guard installed successfully! Use: npx go-guard'", "publish-package": "./scripts/publish.sh", "update": "./scripts/update.sh", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "golang", "linting", "golangci-lint", "code-quality", "static-analysis", "model-context-protocol", "cursor", "ai-tools" ], "author": "go-guard contributors", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yourusername/go-guard.git" }, "homepage": "https://github.com/yourusername/go-guard#readme", "bugs": { "url": "https://github.com/yourusername/go-guard/issues" }, "engines": { "node": ">=14.0.0" }, "os": [ "darwin", "linux", "win32" ], "cpu": [ "x64", "arm64" ], "files": [ "bin/", "README.md", "LICENSE", "index.js", "package.json" ], "preferGlobal": true, "dependencies": {}, "devDependencies": {} }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wer8956741/mcpCodeCheck'

If you have feedback or need assistance with the MCP directory API, please join our Discord server