mcp-server

refunc/mcp-server
★ 1 stars Go 🔌 API Integration Updated today
Refunc Model Context Protocol 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/refunc/mcp-server@latest"
      ]
    }
  }
}

README Excerpt

Deploy all refunc components in namespace refunc-system. ``` kubectl apply -f https://raw.githubusercontent.com/refunc/mcp-server/refs/heads/main/deploy/play-all-in-one.yaml ``` Then proxy refunc service to local. ``` kubectl port-forward svc/aws-api 8000:http --address 0.0.0.0 -n refunc-system kubectl port-forward svc/mcp-server 8001:http --address 0.0.0.0 -n refunc-system