{"id":30714739,"url":"https://github.com/ryands17/weather-mcp","last_synced_at":"2025-09-03T05:15:35.179Z","repository":{"id":304702408,"uuid":"1019587067","full_name":"ryands17/weather-mcp","owner":"ryands17","description":"A basic MCP server to fetch the weather for a given location","archived":false,"fork":false,"pushed_at":"2025-07-14T17:14:40.000Z","size":30,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-14T22:12:15.023Z","etag":null,"topics":["claude-code","gemini-cli","mcp-server"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryands17.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-14T14:58:25.000Z","updated_at":"2025-07-14T17:14:44.000Z","dependencies_parsed_at":"2025-07-14T22:12:26.333Z","dependency_job_id":"31968dac-6939-43e2-9c2f-14e902d3a814","html_url":"https://github.com/ryands17/weather-mcp","commit_stats":null,"previous_names":["ryands17/weather-mcp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ryands17/weather-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryands17%2Fweather-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryands17%2Fweather-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryands17%2Fweather-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryands17%2Fweather-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryands17","download_url":"https://codeload.github.com/ryands17/weather-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryands17%2Fweather-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273392297,"owners_count":25097259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","gemini-cli","mcp-server"],"created_at":"2025-09-03T05:15:32.394Z","updated_at":"2025-09-03T05:15:35.163Z","avatar_url":"https://github.com/ryands17.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# weather-mcp\n\nTo install dependencies:\n\n```bash\nbun install\n```\n\nTo run:\n\n```bash\nbun run index.ts\n```\n\nThis is an [MCP](https://modelcontextprotocol.io/introduction) server for fetching the current weather using an [Open Weather API](https://openweathermap.org/api). This is a simple example to learn how to configure and use MCP servers.\n\nTo configure this for Claude Code or Gemini CLI, add the following to their configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"weather\": {\n      \"command\": \"bun\",\n      \"args\": [\"run\", \"\u003cpath-before-this\u003e/weather-mcp/index.ts\"],\n      \"env\": {\n        \"WEATHER_API_KEY\": \"\u003cyour-api-key\u003e\"\n      }\n    }\n  }\n}\n```\n\nThen listing the mcp servers should show the tools available\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryands17%2Fweather-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryands17%2Fweather-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryands17%2Fweather-mcp/lists"}