Devops MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 122 installs a week from pypi.
An MCP server that provides DevOps and DevSecOps context for the project
The linked repository no longer exists on GitHub — it was deleted or made private.
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 devops-mcp -- uvx mcp-memory-server
{
"mcpServers": {
"devops-mcp": {
"args": [
"mcp-memory-server"
],
"command": "uvx"
}
}
}
[mcp_servers.devops-mcp]
command = "uvx"
args = ["mcp-memory-server"]
{
"mcpServers": {
"devops-mcp": {
"args": [
"mcp-memory-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"devops-mcp": {
"args": [
"mcp-memory-server"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.