Home /
Other / moon-phases-quarkus-mcp-sse-server
★ 2 stars
Java
📦 Other
Updated 3mo ago
Moon phases MCP server, using Server-Sent Events, implemented in Java with the Quarkus framework
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": {
"moon-phases-quarkus-": {
"command": "npx",
"args": [
"-y",
"glaforge/moon-phases-quarkus-mcp-sse-server"
]
}
}
}
Run in terminal:
claude mcp add moon-phases-quarkus- npx -y glaforge/moon-phases-quarkus-mcp-sse-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"moon-phases-quarkus-": {
"command": "npx",
"args": [
"-y",
"glaforge/moon-phases-quarkus-mcp-sse-server"
]
}
}
}