AI operations management: 12 specialized agents, task dispatch, and team coordination.
claude mcp add ai-ops -- npx -y palyan-ai-ops-mcp-server
claude_desktop_config.json
{
"mcpServers": {
"ai-ops": {
"command": "npx",
"args": [
"-y",
"palyan-ai-ops-mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"ai-ops": {
"command": "npx",
"args": [
"-y",
"palyan-ai-ops-mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ai-ops": {
"command": "npx",
"args": [
"-y",
"palyan-ai-ops-mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"ai-ops": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"palyan-ai-ops-mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ai-ops": {
"command": "npx",
"args": [
"-y",
"palyan-ai-ops-mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.levelsofself--ai-ops/reviews or the review_server meta-tool.
POST /mcp