All servers

AgentUp

Python

always-further

Portable , scalable , secure AI Agents

123Pushed 5/25/2026View on GitHub
69

Score Breakdown

Authentication30/30
Static Analysis25/25
Dependencies4/20
Behavior0/15
Maintenance10/10

Authentication

Tier A — OAuth 2.0 / OIDC

Full OAuth 2.0 with authorization code flow, PKCE, or OIDC. Best-in-class authentication.

Last scanned 6/18/2026

Tools(2)

get_alerts

Get weather alerts for a US state.

get_forecast

Get weather forecast for a location.

Claude Desktop Config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "AgentUp": {
      "command": "python",
      "args": [
        "-m",
        "AgentUp"
      ]
    }
  }
}

Refer to the repo README for exact installation instructions.