mcpbeat Sign in

Config Weather MCP Server

local only

Config Weather MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Aug 2026.

Measure local configuration complexity and environment contract pressure without returning...

Installs / week
npm · config-weather-mcp
0
Stars
0 open issues
9 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Config Weather MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add config-weather-mcp -- npx -y config-weather-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "config-weather-mcp": {
      "args": [
        "-y",
        "config-weather-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.config-weather-mcp]
command = "npx"
args = ["-y", "config-weather-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "config-weather-mcp": {
      "args": [
        "-y",
        "config-weather-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "config-weather-mcp": {
      "args": [
        "-y",
        "config-weather-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Config Weather MCP

same job, measured the same way
Migration Map MCP
by mrfentmen

Find local migration numbering gaps and rollback pairing signals without returning SQL, paths,...

local only
GroundTruth - Environmental Records
by agentlookups

Federal environmental records near any US location, with dates and provenance; never a safety score.

3 tools answering
I
AgentHub - Lean MCP Orchestrator
by propstreet

Enables coding agents to coordinate edits, reviews, and escalations without file locking conflicts

19 installs/wk local only
OpenAQ Air Quality MCP by UnClick
by malamutemayhem

Global air quality measurements by location and country from OpenAQ. No API key. By UnClick.

15 installs/wk local only
IP Geolocation MCP by UnClick
by malamutemayhem

IP address geolocation and batch lookup with country, city, region, ISP, and timezone. By UnClick.

14 installs/wk local only
Acled
by pipeworx-io

ACLED MCP — Armed Conflict Location & Event Data Project

33 tools answering
Agent Costcenter
by mdfifty50-boop

Multi-agent billing and cost allocation tracking

30 installs/wk local only
Biolit
by rachadele

LLM-assisted biomedical literature screening and extraction for PubMed, GEO, and preprints.

465 installs/wk local only

Config Weather MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Config Weather MCP?
Config Weather MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package config-weather-mcp.
How do I connect Config Weather MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls config-weather-mcp straight from npm; nothing to host, nothing to sign up for.
Is Config Weather MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.