Dispatch Agent

Dispatch Agent

An intelligent MCP server that provides specialized filesystem operations through ReAct sub-agents.

2
Stars
1
Forks
0
Releases

Overview

Dispatch Agent is an intelligent MCP server that provides specialized filesystem operations through a dedicated React agent (LangGraph). It is designed to offload filesystem tasks from the main LLM, reducing context window usage and increasing accuracy for AI applications. The server exposes the MCP-compatible toolset to dispatch filesystem tasks to a focused sub-agent, enabling concurrent invocations and context-optimized responses. It supports multiple LLM providers (OpenAI, Anthropic, and OpenRouter) via environment-based configuration (API keys, model names, endpoints, and temperature). Core filesystem operations include reading files (text and media), listing directories, searching file contents, retrieving file metadata, and recursive directory traversal. The architecture integrates with Claude Desktop and other MCP clients through the MCP protocol, with example code demonstrating how to connect via a Stdio transport. The README highlights performance improvements such as reduced main context usage, faster inferences, and cost reductions by caching patterns and keeping filesystem queries isolated in the specialized agent. Development instructions cover building, environment setup, and provider-specific configuration.

Details

Owner
abhinav-mangla
Language
TypeScript
License
MIT License
Updated
2025-12-07

Features

Specialized Filesystem Agent

Dedicated React agent for file operations using LangGraph

MCP Integration

Seamless integration with AI applications via Model Context Protocol

Multi-LLM Support

Works with OpenAI and Anthropic language models (and OpenRouter)

Concurrent Operations

Support for multiple simultaneous agent invocations

Context-Optimized

Designed for concise, direct responses to minimize token usage

Flexible Configuration

Environment-based configuration for different deployment scenarios

Tags

MCPModel Context ProtocolAI AgentFilesystemLangGraphReact AgentClaudeOpenAIAnthropic