mcp-server

cubiko-tech/mcp-server
★ 0 stars Go 🤖 AI/LLM Updated 5d ago
An 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": {
    "mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/cubiko-tech/mcp-server@latest"
      ]
    }
  }
}

README Excerpt

MCP (Model Context Protocol) server for the Cubiko/Roax platform. Lets customers connect their LLM clients (Claude Desktop, ChatGPT, Cursor) to query their brand data — alerts, reports, KPIs — under their own auth. **Stack**: Go 1.26 + `net/http` + `zerolog`. **Auth (F2)**: OAuth 2.1 + PKCE via `backend-auth`. Tokens validated via