mcp-server

agent-dispatch/mcp-server
★ 0 stars TypeScript 🗄️ Database Updated today
Provider-neutral MCP server for AgentDispatch
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

README Excerpt

MCP server exposing provider-neutral AgentDispatch tools. Tools: - `list_providers` - `list_capabilities` - `list_account_profiles` - `dispatch_task` - `get_task_status` - `get_task_logs` - `get_task_result` - `cancel_task` ```bash agentdispatch-mcp --config agentdispatch.config.json ``` The server loads account profiles, SQLite storage, and configured adapters from `agentdispatch.config.json`.

Tools (7)

dispatch_taskget_task_logsget_task_resultget_task_statuslist_account_profileslist_capabilitieslist_providers