Skip to main content
Glama

Mutmut MCP

by wdm0006
pyproject.toml744 B
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "mutmut-mcp" version = "0.1.0" description = "MCP server for managing mutation testing with mutmut." readme = "README.md" requires-python = ">=3.10" license = {text = "MIT"} authors = [ { name="Will McGinnis", email="will@mcginniscommawill.com" }, ] dependencies = [ "mcp[cli]", "mutmut" ] [project.optional-dependencies] dev = [ "ruff", "pytest", "uv" ] [project.urls] "Homepage" = "https://github.com/wdm0006/mutmut-mcp" "Bug Tracker" = "https://github.com/wdm0006/mutmut-mcp/issues" [tool.ruff] line-length = 120 select = ["E", "W", "F", "I", "C", "B"] ignore = ["E501", "C901"] [tool.ruff.format] quote-style = "double"

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/wdm0006/mutmut-mcp'

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