M
MCP Java Server
by @Reda-Kriate
MCP server by Reda-Kriate
Created 4/6/2026
Updated about 5 hours ago
README
Repository documentation and setup instructions
MCP-java-server
va dans settings > Developer > Edit config :
on va ajouter mcpServers puis notre server java avec son nom
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/Reda-Kriate/MCP-java-server
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"reda-kriate-mcp-java-server": {
"command": "git",
"args": [
"clone",
"https://github.com/Reda-Kriate/MCP-java-server"
]
}
}
}