trackmcp
Back to directory
AnyContext-ai

yr-mcp-server

View on GitHub

MCP Server for using Yr Weather Data as Context in LLM tools.

0 stars PythonAI & Machine Learning Updated Jan 24, 2025

Documentation

YR MCP Server

YR
alt text

Setup environment using uv

Windows

code
# Install uv
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

# Create virtual environment
uv venv

# Activate virtual environment
.venv\Scripts\activate

Linux

code
# Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh

# Create virtual environment
uv venv

# Activate virtual environment
source .venv/bin/activate

Install dependencies

code
uv pip install -r pyproject.toml

Run server

code
uv run yr.py

Setup environment using pip

Create requirements.txt for installing dependencies via pip

code
uv pip freeze > requirements.txt

Install dependencies

code
pip install -r requirements.txt

Run server

code
python yr.py

Frequently asked questions

What is yr-mcp-server?

yr-mcp-server is MCP Server for using Yr Weather Data as Context in LLM tools.

How do I install yr-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is yr-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/AnyContext-ai/yr-mcp-server.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP