Blitz Strike
MCP ServerA penetration-testing methodology delivered as one MCP server: BLITZ maps the attack surface, EAGLE-EYE traces source-to-sink, STRIKE live-verifies every finding before it is reported.
- mcp-server
- security
- pentest
- methodology
punkpeye's curated list of remote MCP servers — hosted endpoints you connect to over a URL, each verified to answer an MCP initialize handshake before it's listed.
A companion list to awesome-mcp-servers from the same maintainer, scoped to remote MCP servers only: endpoints someone else operates, reached over a URL with OAuth or an API key instead of a local stdio process. A local-vs-remote comparison table spells out the trade (distribution, transport, auth, who ships updates), and every entry is listed only after its endpoint answers an MCP initialize handshake — dead URLs don't linger. Each server is tagged with its auth model (anonymous / API key / OAuth), and connect snippets cover Claude Code (claude mcp add --transport http …), mcp.json clients and the Claude.ai/ChatGPT connectors UI. MIT.
Picking hosted MCP servers for Claude Code or Claude.ai without running anything yourself — plus learning the remote-server trust model before pointing a client at a URL.
# it's a catalog — browse the list, then connect a server from it, e.g.:
claude mcp add --transport http linear https://mcp.linear.app/mcp
# mcp.json (Cursor, VS Code and other clients that read this format):
# { "mcpServers": { "linear": { "url": "https://mcp.linear.app/mcp" } } }
# Claude.ai / ChatGPT: add the URL under Settings -> ConnectorsRemote servers route your traffic through third-party operators — a different trust model from local stdio servers, so check each entry's auth and provider. The README carries sponsor/ad badges above the list itself.
Repository
punkpeye/awesome-remote-mcp-serversCharted
A penetration-testing methodology delivered as one MCP server: BLITZ maps the attack surface, EAGLE-EYE traces source-to-sink, STRIKE live-verifies every finding before it is reported.
Red Hat's "ripgrep for AI context" — a C++23 zero-dependency CLI that also speaks MCP.
One shared session memory for 25+ coding agents — Claude Code, Codex, and Cursor finally remember the same project.