Generate Videos in Codex + Claude Code with This...
Bridge that exposes stdio MCP servers over HTTP/SSE, or vice versa. Run a local server remotely, or connect to a remote server as if it were local.
mcp-proxy solves the transport mismatch problem in MCP. Most local MCP servers use stdio transport, but some clients (especially cloud-hosted ones) can only speak HTTP or SSE. mcp-proxy wraps either side: point it at a stdio server and it exposes an HTTP endpoint; point it at a remote HTTP server and it exposes a stdio interface for clients that expect one. It handles the session management, reconnection logic, and request correlation that you would otherwise have to write yourself. For anyone bridging between self-hosted local tooling and a cloud Claude/ChatGPT client, mcp-proxy is usually in the path.
Visual testing tool for Model Context Protocol servers. Like Postman for MCP - call tools, browse resources, and view real-time logs in a browser UI. Zero install via npx.
Lightweight CLI for discovering and calling MCP servers. Dynamic tool discovery reduces token consumption from 47K to 400 tokens. Three subcommands: info, grep, call.
Centralized manager for MCP servers. Connect once to localhost:37373 and access all your servers through a single endpoint. REST API, web UI, and VS Code config compatible.
Registry and hosting platform for MCP servers. 6,000+ servers indexed. One-command install and configuration via CLI. Supports local and hosted deployments.
Bridge that exposes stdio MCP servers over HTTP/SSE, or vice versa. Run a local server remotely, or connect to a remote server as if it were local.
Try mcp-proxyHonest takes on AI dev tools, frameworks, and infrastructure - delivered to your inbox.
Subscribe FreeVisual testing tool for Model Context Protocol servers. Like Postman for MCP - call tools, browse resources, and view real-time logs in a browser UI. Zero install via npx.
Lightweight CLI for discovering and calling MCP servers. Dynamic tool discovery reduces token consumption from 47K to 400 tokens. Three subcommands: info, grep, call.
Centralized manager for MCP servers. Connect once to localhost:37373 and access all your servers through a single endpoint. REST API, web UI, and VS Code config compatible.
Configure Claude Code for maximum productivity -- CLAUDE.md, sub-agents, MCP servers, and autonomous workflows.
AI AgentsWhat MCP servers are, how they work, and how to build your own in 5 minutes.
AI AgentsA complete, citation-backed Claude Code course with setup, prompting systems, MCP, CI, security, cost controls, and capstone workflows.
ai-development
CodeNib's July paper argues that coding agents should stop rediscovering the same repo through grep and reads. Repositor...

The MCP maintainers published an updated roadmap on August 22, 2026 with five priority areas, including progressive disc...

Claude Code and Codex can build a website in minutes, but the result often looks generic and obviously AI-generated. Hig...

Cloudflare Gateway now classifies MCP traffic by protocol headers instead of hostname heuristics, ships a shadow-MCP das...

Your coding agent can write the code. With Railway's official MCP server it can ship it too: create the project, deploy...

MCP just became stateless, which means your own MCP server is now just an HTTP endpoint that deploys like any web servic...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.