nowfound

Alternatives

Products that do what MCP BridgeKit — Survive 30s Timeouts does

HTTP bridge for MCP — no more 30s timeouts. Vercel ready.

  1. 1

    An ultra-fast, single-binary MCP server written in Rust as a lightweight alternative to Node.js/Python. - StamManif/mcp-stama

    24d ago · github.com

  2. 2MY

    Hey HN! We're Wen and Tobias, and we're building Metorial (https://metorial.com), an integration platform that connects AI agents to external tools and data using MCP. The Problem: While MCP works great locally (e.g., Cursor or Claude Desktop), server-side deployments are painful. Running MCP servers means managing Docker configs, per-user OAuth flows, scaling concurrent sessions, and building observability from scratch. This infrastructure work turns simple integrations into weeks of setup. Metorial handles all of this automatically. We maintain an open catalog of ~600 MCP servers…

    Oct 2025 · github.com

  3. 3

    600+ integrations for vibe coding, zero config required

    Nov 2025

  4. 4

    Connect any API to any AI agent

    May 2026 · mcp-bridge.ai

  5. 5CR

    Hey HN, I built pg-mcp, a Model Context Protocol (MCP) server for PostgreSQL that provides structured schema inspection and query execution for LLMs and agents. It's multi-tenant and runs over HTTP/SSE (not stdio) Features - Supports multiple database connections from multiple agents - Schema Introspection: Returns table structures, types, indexes and constraints; enriched with descriptions from pg_catalog. (for well documented databases) - Read-Only Queries: Controlled execution of queries via MCP. - EXPLAIN Tool: Helps smart agents optimize queries before execution. - Extension…

    2025 · github.com

  6. 6

    Give AI agents access to real-time data across 200+ apps

    May 2026 · apideck.com

  7. 7MN

    Give a local MCP server a public URL with one command. No accounts, no signup — anonymous, ephemeral, OAuth 2.1-protected tunnels for MCP servers.

    5d ago · terragohan.github.io

  8. 8
    FloMCP63

    Ship MCP servers with 32 security checks in under 5 minutes

    Apr 2026 · flomcp.com

  9. 9

    Manage your backups from Claude, Cursor, and VS Code

    Jun 2026 · cloudback.it

  10. 10AM

    This is an open‑source Model Context Protocol (MCP) server that gives any LLM a sense of the passage of time. Most MCP demos wire LLMs to external data stores. That’s useful, but MCP is also a chance to give models perception — extra senses beyond the prompt text. Six functions (`current_datetime`, `time_difference`, `timestamp_context`, etc.) give Claude&#x2F;GPT real temporal awareness: It can spot pauses, reason about rhythms, and even label a chat’s “three‑act structure”. Runs locally in <60 s (Python) or via a hosted demo. If time works, what else could we surface? - Location &#x2F;…

    2025 · github.com

  11. 11WP

    Hey HN, we just shipped a browser with an inbuilt MCP server! We're a YC startup (S24) building BrowserOS — an open‑source Chromium fork. We're a privacy‑first alternative to the new wave of AI browsers like Dia, Perplexity Comet. Since launching ~3 months ago, the #1 request has been to expose our browser as an MCP server. -- Google beat us to launch with chrome-devtools-mcp (solid product btw), which lets you build&#x2F;debug web apps by connecting Chrome to coding assistants. But we wanted to take this a step further: we packaged the MCP server directly into our browser binary. That gives…

    Oct 2025 · github.com

  12. 12
    Spanly77

    See what AI agents do inside your MCP server

    Jun 2026 · spanly.com

  13. 13

    Turn your Windows/macOS computer into a scriptable server

    Jan 2026

  14. 14

    Toggle Claude Code MCP servers from your menu bar

    May 2026 · vibedock.dev

  15. 15

    MCP server that gives AI the ability to use an iPhone

    Jan 2026

  16. 16
    HasMCP6

    No-code GUI MCP Server Framework with built-in Auth & Logs

    Jan 2026

  17. 17MF

    Hey everyone, I've wanted an easy way to control which mcp server tools are available to clients. So for example, I might want a gmail server to only expose the read tool (but not send, delete etc). I figured if I create a cli for spawning mcp servers, I could intercept the stdin, stdout, stderr etc and modify what the clients see when they are making calls to list tools, resources, and prompts. Well it worked! In the initial version you can easily add a server to claude with a safe list of tools: npx -y mcpgod add @modelcontextprotocol&#x2F;server-everything --client claude --tools=echo,add…

    2025 · github.com

  18. 18ST

    Hi! After learning about MCP, I'm really excited about the future of provider-agnostic, re-usable tooling. Unfortunately I've found that while it's easy to implement an MCP server for use with tools that support it (such as Claude Desktop), it's not as easy to implement your own support (such as integrating an MCP server into your own LLM application). We implemented a thin MCP wrapper that easily integrates with Mirascope calls so that you can hook up an MCP server and client super easily to any supported LLM provider. Excited to see what people build with this!

    2025 · mirascope.com

  19. 19AR
  20. 20

    Deploy MCP servers without the infrastructure headache

    Jun 2026 · mcplambda.io

  21. 21MS

    Hey HN, Gal, Nir and Doron here. Over the past 2 years, we've helped teams debug everything from prompt issues to production outages. We kept running into the same problem: Jumping between our IDEs and our observability dashboards. So, we built an open-source MCP server that connects any OpenTelemetry backend (Grafana, Jaeger, Datadog, Dynatrace, Traceloop) to our dev environment using an MCP. While there are many MCP servers built for specific providers (like Datadog’s - https:&#x2F;&#x2F;docs.datadoghq.com&#x2F;bits_ai&#x2F;mcp_server), they’re closed source (so we can’t easily extend…

    Nov 2025 · github.com

  22. 22

    Hey HN, I built Server Compass because I got tired of two extremes: paying $200+&#x2F;month to Vercel&#x2F;Railway for a polished deploy experience, or wrestling with self-hosted panels (Coolify, CapRover, Dokploy) that eat up half my VPS resources just to run their dashboard. The core idea: A GUI SSH client that gives you Vercel-like deployment UX on your own VPS. Nothing gets installed on your server except your apps – every command runs over SSH from your desktop. What it does: - 1-click deploys from GitHub repos or 160+ pre-built templates (Postgres, WordPress, Ghost, Supabase, n8n,…

    4d ago · servercompass.app

  23. 23

    Score any MCP server's agent-readiness in 30 seconds

    Jun 2026 · isyourmcpready.com

  24. 24MS

    Hi HN, I've been building MCPSpec, an open-source CLI for MCP server reliability. Record sessions, generate mock servers, catch Tool Poisoning, and fail your CI build when something's wrong — without writing test code. There are ways to validate MCP servers today — the MCP Inspector, ad-hoc SDK scripts, unit tests for server internals — but nothing that handles regression detection, security auditing, mock generation, and CI pass&#x2F;fail checks in one tool. MCPSpec does that: 1. Record a session against your real server, replay it after changes to catch regressions 2. Generate a standalone…

    Feb 2026 · light-handle.github.io

Ranked by how close each launch is in meaning, then by votes. Refine with a description →