Loading languages...
JA

JavaFilesystem

@arunjavagithub

This project implements a Model Context Protocol (MCP) server that provides filesystem operations and web access tools for Large Language Model (LLM) agents. It enables AI assistants to interact with both the local filesystem and web resources through a set of well-defined operations.

filesystem
web
java
spring-boot
llm-tools

# mcpServer Config

{
  "mcpServers": {
    "filesystem": {
      "command": "java",
      "args": [
        "-Dspring.ai.mcp.server.stdio=true",
        "-Dspring.main.web-application-type=none",
        "-Dlogging.pattern.console=",
        "-jar",
        "target/devoxx-filesystem-0.0.1-SNAPSHOT.jar"
      ]
    }
  }
}

# stdio

java -Dspring.ai.mcp.server.stdio=true -Dspring.main.web-application-type=none -Dlogging.pattern.console= -jar target/devoxx-filesystem-0.0.1-SNAPSHOT.jar
Transport:
stdio
Language:
java
Created:4/15/2025
Updated:4/15/2025