specflux-backend

cliangdev/specflux-backend
★ 2 stars Java 🔌 API Integration Updated 2mo ago
specflux REST APIs and MCP 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": {
    "specflux-backend": {
      "command": "npx",
      "args": [
        "-y",
        "cliangdev/specflux-backend"
      ]
    }
  }
}