Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by brunorozendo • Uncategorized
A Java MCP server providing filesystem access to AI assistants via multiple transport mechanisms.
Read and write files on a local or remote filesystem.
Perform directory operations and recursive file searches.
That require multiple transport options including stdio, HTTP, and SSE for communication.
This multi-module MCP server implementation in Java offers comprehensive filesystem operations such as reading, writing, editing files, directory management, and searching. It supports three transport options: stdio for command-line integration, HTTP servlet, and SSE servlet for real-time streaming. The server shares common business logic across transports and enables AI assistants to manipulate the filesystem efficiently. It is designed for flexibility and ease of integration with AI tools like Claude Desktop.