dev-mcp-server

adriannateasin/dev-mcp-server
★ 0 stars JavaScript API Integration Updated 1d ago
MCP server to allow LLM to communicate with: K8s, Confluence, JIRA, DevOps and more.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dev-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "adriannateasin/dev-mcp-server"
      ]
    }
  }
}