MCP Anvil runs on your own machine — the client starts it, so there is no endpoint to ping. 125 installs a week from pypi.
Local MCP gateway daemon: route, audit, and inspect MCP servers from one config.
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 mcp-anvil -- uvx mcp-anvil
{
"mcpServers": {
"mcp-anvil": {
"args": [
"mcp-anvil"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-anvil]
command = "uvx"
args = ["mcp-anvil"]
{
"mcpServers": {
"mcp-anvil": {
"args": [
"mcp-anvil"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-anvil": {
"args": [
"mcp-anvil"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.