MCP server to allow LLM to communicate with: K8s, Confluence, JIRA, DevOps and more.
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"
]
}
}
}
Run in terminal:
claude mcp add dev-mcp-server npx -y adriannateasin/dev-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"dev-mcp-server": {
"command": "npx",
"args": [
"-y",
"adriannateasin/dev-mcp-server"
]
}
}
}