m-dev-tools runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from pypi. Last commit 3 Aug 2026.
MCP server wrapping the m-dev-tools catalog: route_intent, describe, verify.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add m-dev-tools-mcp -- uvx m-dev-tools-mcp
{
"mcpServers": {
"m-dev-tools-mcp": {
"args": [
"m-dev-tools-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.m-dev-tools-mcp]
command = "uvx"
args = ["m-dev-tools-mcp"]
{
"mcpServers": {
"m-dev-tools-mcp": {
"args": [
"m-dev-tools-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"m-dev-tools-mcp": {
"args": [
"m-dev-tools-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.