Agent Skill to develop STDIO MCP servers in Java, using LangChain4j for the MCP framework, and JBang for running the server
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"
]
}
}
}
Run in terminal:
claude mcp add java-stdio-mcp-serve npx -y glaforge/java-stdio-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"java-stdio-mcp-serve": {
"command": "npx",
"args": [
"-y",
"glaforge/java-stdio-mcp-server"
]
}
}
}