nrds_mcps

Aquaveo/nrds_mcps
★ 0 stars Python ⚙️ DevOps Updated 1d ago
MCP server for NRDS on FastMCP
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nrds_mcps": {
      "command": "uvx",
      "args": [
        "nrds-mcps"
      ]
    }
  }
}

Or install with pip: pip install nrds-mcps

README Excerpt

Built on [FastMCP](https://github.com/jlowin/fastmcp) with SSE transport. Pull and run the image: ```bash docker run --rm -d \ --name nrds-mcps \ -p 9000:9000 \ -e AWS_ACCESS_KEY_ID=... \ -e AWS_SECRET_ACCESS_KEY=... \ -e AWS_DEFAULT_REGION=us-east-1 \ ghcr.io/aquaveo/nrds-mcps:latest ``` Verify it's running:

Tools (8)

ALLOWED_ORIGINSAWS_ACCESS_KEY_IDAWS_DEFAULT_REGIONAWS_SECRET_ACCESS_KEYMCP_HOSTMCP_PORTMCP_TRANSPORTNRDS_LOG_LEVEL