{"repo":"Traego/scaled-mcp","free":true,"listed":false,"github":"https://github.com/Traego/scaled-mcp","clone":"git clone https://github.com/Traego/scaled-mcp.git","description":"ScaledMCP is a horizontally scalabled MCP and A2A Server. You know, for AI.","language":"Go","stars":43,"topics":["a2a","ai","mcp","mcp-client","mcp-server"],"license":"AGPL-3.0","category":"mcp-servers","readme_excerpt":"Scaled MCP Server A horizontally scalable MCP (Message Context Protocol) server implementation that supports load-balanced deployments. Overview The Scaled MCP Server is a Go library that implements the MCP 2025-03 specification with support for horizontal scaling. It's designed to be embedded in your application and provides flexible configuration options. Features - HTTP Transport : Flexible HTTP transport with main /mcp endpoint, optional SSE endpoint, and capabilities negotiation - Session Management : Distributed session management with Redis or in-memory options - Actor System : Uses an actor-based architecture for handling sessions and message routing - Horizontal Scaling : Support for load-balanced deployments across multiple nodes Installation Note: This library requires Go 1.24 or higher. Usage Basic Server with Static Tool go package main import ( \"context\" \"log\" \"net/http\" \"github.com/go-chi/chi/v5\" \"github.com/go-chi/chi/v5/middleware\" \"github.com/go-chi/cors\" \"github.com/traego/scaled-mcp/pkg/config\" \"github.com/traego/scaled-mcp/pkg/server\" \"github.com/traego/scaled-mcp/pkg/transport\" ) func main() { // Create a server with default configuration cfg := config.DefaultConfig() cfg.Session.UseInMemory = true // Create the MCP server but don't start the HTTP server srv, err := server.NewServer(cfg) if err != nil { log.Fatalf(\"Failed to create server: %v\", err) } // Create a custom router r := chi.NewRouter() // Add middleware r.Use(middleware.RequestID) r.Use(middl","default_branch":null,"files":null,"tree":[],"storefront":"/r/Traego","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/Traego/scaled-mcp/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}