Loading languages...
ST

stephanj/MCPJavaFileSystem

@stephanj20

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
java
spring-boot
web-access
llm-tools

# mcpServer Config

{
  "mcpServers": {
    "filesystem": {
      "command": "/Library/Java/JavaVirtualMachines/liberica-jdk-23.jdk/Contents/Home/bin/java",
      "args": [
        "-Dspring.ai.mcp.server.stdio=true",
        "-Dspring.main.web-application-type=none",
        "-Dlogging.pattern.console=",
        "-jar",
        "~/JavaFileSystemMCP/target/devoxx-filesystem-0.0.1-SNAPSHOT.jar"
      ]
    }
  }
}

# stdio

java -jar target/devoxx-filesystem-0.0.1-SNAPSHOT.jar
Transport:
stdio
语言:
Java
创建时间:3/25/2025
更新时间:7/1/2025