Skip to main content
Glama

Umami MCP Server

MIT License
2
  • Apple
  • Linux
.golangci.yml1.66 kB
run: timeout: 3m linters: enable: - bodyclose - dogsled - dupl - errcheck - exhaustive - goconst - gocritic - gocyclo - gocognit - gosec - govet - ineffassign - lll - misspell - nakedret - noctx - nolintlint - revive - staticcheck - unconvert - unparam - unused - whitespace linters-settings: dupl: threshold: 100 exhaustive: default-signifies-exhaustive: true gocognit: min-complexity: 20 goconst: min-len: 2 min-occurrences: 3 gocritic: enabled-tags: - diagnostic - experimental - opinionated - performance - style gocyclo: min-complexity: 15 gosec: excludes: - G104 lll: line-length: 120 misspell: locale: US nakedret: max-func-lines: 30 nolintlint: allow-unused: false require-explanation: true require-specific: true revive: severity: warning rules: - name: blank-imports - name: context-as-argument - name: context-keys-type - name: dot-imports - name: error-return - name: error-strings - name: error-naming - name: if-return - name: increment-decrement - name: var-naming - name: var-declaration - name: range - name: receiver-naming - name: time-naming - name: unexported-return - name: indent-error-flow - name: errorf issues: exclude-rules: - path: _test\.go linters: - dupl - gosec - goconst - linters: - lll source: "^//go:generate "

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/Macawls/umami-mcp-server'

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