Skip to main content
Glama

MCP Server Make

by wrale

make

Execute make targets from a Makefile to run tests, format code, or automate development tasks using natural language commands via the MCP Server.

Instructions

Run a make target from the Makefile

Input Schema

NameRequiredDescriptionDefault
targetYesMake target to run

Input Schema (JSON Schema)

{ "description": "Parameters for running make.", "properties": { "target": { "description": "Make target to run", "title": "Target", "type": "string" } }, "required": [ "target" ], "title": "Make", "type": "object" }

You must be authenticated.

Other Tools from MCP Server Make

Related Tools

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/wrale/mcp-server-make'

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