Show HN: MCP-123, a 2-line MCP server/client (Windows-friendly)

Show HN (score: 6)
Found: July 05, 2025
ID: 119

Description

Other
Show HN: MCP-123, a 2-line MCP server/client (Windows-friendly) Got tired of every MCP example being overly verbose, or needing Docker or Mac-only scripts, so I threw together MCP-123. Point it at a tools.py, run `server.run_server(...)`, and the client auto-discovers/calls functions with OpenAI. I hope this is useful to you all.

More from Show

Show HN: Aurora – AI Gateway built in Go

Show HN: Aurora – AI Gateway built in Go Every Ai project needs the same infra - API keys, providers SDKs, retry logic, cost tracking. it should be infra layer. Aurora is a Go gateway that handles that layer, ~15MB binary, no dependencies. It proxies requests to OpenaAI, Anthropic, Gemini etc, and can convert between formats - use the OpenAi SDK and Aurora translates to Anthropic&#x27;s wire format automatically. No format conversion code in backend.<p>It helps: - track costs per customer&#x2F;team - switch models and providers without changing code - debug requests and responses flows more easily - reduce costs with exact and semantic caching<p>How its different than other gateways: - auto-discovers providers models - provider pools with automatic failover switch - built in guardials, audit logging with export, analytics, admin dashboard - model aliases, regional deployment to reduce latency. - can be used in infra directly and admin endpoints let control everything, creating managed api keys on user onboard and more.<p>The oss version (Apache 2.0) includes everyhting. Enterprise adds SSO, RBAC, and tenant isolation.<p>npm install -g iaurora<p>website: <a href="https:&#x2F;&#x2F;aurorallm.online" rel="nofollow">https:&#x2F;&#x2F;aurorallm.online</a><p>feedbacks are welcome!

No other tools from this source yet.