java-stdio-mcp-server

glaforge/java-stdio-mcp-server
★ 2 stars Java 🤖 AI/LLM Updated 1mo ago
Agent Skill to develop STDIO MCP servers in Java, using LangChain4j for the MCP framework, and JBang for running the server
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": {
    "java-stdio-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "glaforge/java-stdio-mcp-server"
      ]
    }
  }
}

Topics

javajbanglangchain4jmcp-server