PluginBench
MCP Server

io.github.keshrath/agent-tasks MCP Server

io.github.keshrath/agent-tasks

What is the io.github.keshrath/agent-tasks MCP server?

Pipeline task management for AI agents - stages, dependencies, artifacts, claiming

How to install io.github.keshrath/agent-tasks

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-tasks": {
      "command": "npx",
      "args": [
        "-y",
        "agent-tasks"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agent-tasks": {
      "command": "npx",
      "args": [
        "-y",
        "agent-tasks"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agent-tasks": {
      "command": "npx",
      "args": [
        "-y",
        "agent-tasks"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agent-tasks": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-tasks"
      ]
    }
  }
}
Claude Code
claude mcp add agent-tasks -- npx -y agent-tasks

Related MCP servers

Agent intercommunication - messaging, channels, shared state, and real-time events

View repository →

MCP server registry and marketplace - discover, install, activate tools on demand

View repository →

Cross-session memory for AI agents - knowledge graph, scoring, semantic search

View repository →