Skip to main content
Glama
grafana
by grafana
package.json1.77 kB
{ "name": "@shelldandy/grafana-ui-mcp-server", "version": "1.2.0", "description": "A comprehensive Model Context Protocol (MCP) server for Grafana UI components. Provides AI assistants with complete access to 200+ React components, rich MDX documentation, Storybook stories, test files, design system tokens, and dependency analysis from the Grafana component library.", "type": "module", "main": "./build/index.js", "bin": { "grafana-ui-mcp": "build/index.js" }, "files": [ "build/**/*", "README.md", "LICENSE" ], "scripts": { "build": "tsc && chmod +x build/index.js", "clean": "rm -rf build", "prepublishOnly": "npm run clean && npm run build && chmod +x build/index.js", "start": "node build/index.js", "dev": "tsc && node build/index.js", "test": "./test-package.sh", "examples": "./examples.sh" }, "keywords": [ "mcp", "model-context-protocol", "grafana", "grafana-ui", "ui-components", "react", "typescript", "ai-tools", "claude", "design-system", "storybook", "documentation", "component-library", "mdx", "design-tokens", "dependency-analysis", "github-api", "observability", "dashboard", "monitoring" ], "author": "Miguel Palau <hola@mpz.im>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/shelldandy/grafana-ui-mcp-server.git" }, "bugs": { "url": "https://github.com/shelldandy/grafana-ui-mcp-server/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.1.0", "axios": "^1.8.4", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.10.5", "typescript": "^5.7.2" } }

Latest Blog Posts

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/grafana/grafana-ui-mcp-server'

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