Skip to main content
Glama
numa08

NOAA Space Weather MCP Server

by numa08
biome.json1.12 kB
{ "$schema": "https://biomejs.dev/schemas/2.3.8/schema.json", "assist": { "actions": { "source": { "organizeImports": "on" } } }, "linter": { "enabled": true, "rules": { "recommended": true, "complexity": { "noBannedTypes": "error", "noUselessTypeConstraint": "error" }, "correctness": { "noUnusedVariables": "warn", "noUnusedImports": "warn", "useExhaustiveDependencies": "warn" }, "style": { "noNonNullAssertion": "warn", "useConst": "error", "useImportType": "error" }, "suspicious": { "noExplicitAny": "warn", "noConfusingVoidType": "error" }, "performance": { "noDelete": "warn" } } }, "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineWidth": 100 }, "javascript": { "formatter": { "quoteStyle": "single", "semicolons": "always", "trailingCommas": "all" } }, "files": { "includes": ["**", "!**/node_modules", "!**/dist", "!**/*.json", "!**/*.md"] } }

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/numa08/noaa-space-weather-mcp'

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