Skip to content

day0ops/random-server-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-server-mcp

Release License Image

MCP server exposing random number utilities, built with FastMCP.

What it does

Provides random number generation tools over the Model Context Protocol (MCP), allowing LLM agents to request random values, ranges, and sequences.

Usage

# Build image locally
make build IMAGE_TAG=latest

# Push to registry
make push IMAGE_REPO=australia-southeast1-docker.pkg.dev/field-engineering-apac/kasunt IMAGE_TAG=<tag>

# Deploy to Kubernetes
make deploy IMAGE_REPO=australia-southeast1-docker.pkg.dev/field-engineering-apac/kasunt IMAGE_TAG=<tag>

# Tail logs
make logs

Requirements

  • Kubernetes cluster with agentgateway installed (agentgateway-system namespace)
  • kubectl configured for the target cluster

About

MCP server for random number generation

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors