Skip to content
This repository was archived by the owner on Jul 12, 2026. It is now read-only.

strexp/mcp-birdwatcher

Repository files navigation

mcp-birdwatcher

A MCP server for the birdwatcher.

Usage

# Build
docker build -t birdwatcher-mcp .

# Run with stdio transport (default)
docker run -e BIRDWATCHER_URL=<url> -e BIRDWATCHER_ROUTE_TABLE=<table> birdwatcher-mcp

# Run with HTTP transport
docker run -e BIRDWATCHER_URL=<url> -e BIRDWATCHER_ROUTE_TABLE=<table> birdwatcher-mcp python main.py --transport http

Environment Variables

  • BIRDWATCHER_URL - Birdwatcher service URL (required)
  • BIRDWATCHER_ROUTE_TABLE - Route table path (required)
  • BIRDWATCHER_MAX_ROUTES - Max routes (optional, default: 50)
  • BIRDWATCHER_ROUTERS_FILE - Router IP meta file (optional)
  • BIRDWATCHER_COMMUNITIES_FILE - BGP Community meta file (optional)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages