Skip to main content
Glama
egn88

Build Runner MCP Server

by egn88

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
detect_projectA

Detect project type, build system, test framework, and configuration. Supports Maven, Gradle, npm, pnpm, and yarn projects.

set_java_versionA

Switch Java version using SDKMAN before running commands. Available versions: 17.0.16-amzn, 21.0.8-tem, 21.0.9-amzn, 25.0.1-tem

compile_projectB

Compile a Java project using Maven or Gradle. Returns structured error/warning information.

build_projectB

Build/package a Java project using Maven or Gradle. Returns build artifacts and duration.

install_projectA

Install a Java project to the local Maven repository using Maven (mvn install) or Gradle (publishToMavenLocal). Supports multi-module projects with -pl flag for inclusion/exclusion.

run_testsA

Run tests for a Java project using Maven or Gradle. Returns structured test results with failures and stack traces.

node_buildB

Build a Node.js/TypeScript project using npm, pnpm, or yarn.

node_typecheckA

Type check a TypeScript project using tsc --noEmit.

node_testB

Run tests for a Node.js/TypeScript project using Jest, Vitest, or Mocha. Returns structured test results.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/egn88/build-runner-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server