We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/minwoo129/mcp-weather'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "mcp-weather",
"version": "0.0.1",
"description": "mcp-weather MCP server",
"type": "module",
"bin": {
"mcp-weather": "./dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && mcp-build",
"watch": "tsc --watch",
"start": "node dist/index.js"
},
"dependencies": {
"axios": "^1.10.0",
"mcp-framework": "^0.2.2"
},
"devDependencies": {
"@types/node": "^20.11.24",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.19.0"
}
}