david-martin/mcp-helper

MCP Helper (aggregating and routing to mcp servers) proof of concept

2Stars on the repository
5Mods indexed here, across every type
1y agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

deployment-docker

01

david-martin/mcp-helper

Cursor rule Cursor

FROM golang:1.24-alpine AS builder WORKDIR /app COPY go.mod go.sum ./ RUN go mod download COPY . . RUN CGOENABLED=0 GOOS=linux GOARCH=amd64 go build -o helper main.go.

2 1y ago A 1,320 tokens

david-martin/mcp-helper

Cursor rule Cursor

Cursor rule "envoy-external-processor" from david-martin/mcp-helper, covering envoy external processor development, core architecture, service implementation, server structure and main process loop.

2 1y ago A 1,243 tokens

go-coding-standards

03

david-martin/mcp-helper

Cursor rule Cursor

// Always handle errors explicitly, never ignore client, sessionID, err := createClientBackendConnection(ctx, "server1", server1URL, clientSessionID) if err != nil { return fmt.Errorf("failed to create server1 connection: %w", err) }.

2 1y ago A 1,274 tokens

mcp-protocol

05

david-martin/mcp-helper

Cursor rule Cursor

Cursor rule "mcp-protocol" from david-martin/mcp-helper, covering mcp protocol development, framework, key patterns, server setup and tool registration.

2 1y ago A 699 tokens