Skip to main content
Glama

Weather MCP Server

by laplus-x
tsconfig.json596 B
{ "compilerOptions": { "target": "esnext", "module": "commonjs", "declaration": true, "removeComments": true, "allowImportingTsExtensions": true, "rewriteRelativeImportExtensions": true, "baseUrl": ".", "outDir": "./dist", "paths": { "@/*": ["./src/*"] }, "incremental": true, "skipLibCheck": true, "strictNullChecks": true, "noImplicitAny": false, "strictBindCallApply": false, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": false, "esModuleInterop": true, }, "include": ["src"] }

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/laplus-x/weather-mcp-server'

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