Packages
25784 resultsMetasploitMCP
MetasploitMCP is an MCP server that bridges MCP clients (e.g., Claude Desktop via STDIO or other MCP clients via HTTP/SSE) to the Metasploit Framework using the Metasploit RPC service (msfrpcd). It exposes MCP tools for discovering exploit/payload modules, running exploit/auxiliary/post modules, managing sessions and listeners, and generating payload files.
PaperDebugger
PaperDebugger is a Chrome extension and multi-agent backend system that integrates with Overleaf to provide AI-assisted academic writing critique, revision suggestions, comment generation, and literature research directly within a LaTeX editing session.
postgres-mcp-server
PostgreSQL MCP server that enables an MCP client (e.g., Claude Code) to query a PostgreSQL database using the MCP protocol. It can be run directly or configured via a generated JSON MCP config, and it blocks potentially destructive SQL statements by default unless explicitly marked unsafe.
s3-toolbox-mcp-server
An MCP server (STDIO transport) that exposes AWS S3 operations to an AI agent via Model Context Protocol tools: list buckets, list objects, upload (Base64 content), download, get object metadata, and delete objects. It uses Spring Boot/Spring AI MCP and AWS SDK v2; AWS credentials are provided to the process via environment variables.
termlink
termLink is an MCP server that exposes local terminal/shell execution, filesystem operations (read/write/list), directory existence checks, and process/environment introspection (e.g., process info, list processes, get_env) to an MCP client such as Claude Desktop.
visiblyai-mcp-server
Provides an MCP server that exposes VisiblyAI SEO tools to Claude Code, including local/free SEO helper tools and paid API-powered analysis tools (credits-based), plus tools that can query connected Google Search Console/GA4 data via the VisiblyAI platform.
ai-agents
A Python-based multi-agent orchestration framework intended to coordinate specialized AI agents for software development workflows (research/planning, implementation, QA/security checks, and CI/CD-related automation) via platform-specific agent integrations (Claude Code, GitHub Copilot CLI, and VS Code Copilot Chat).
cert-manager
<p align="center">
decipher-research-agent
A full-stack AI research assistant that turns topics/URLs/documents into “research notebooks” with automated web sourcing (via Bright Data MCP), summarization, interactive Q&A over embedded content (Qdrant), FAQ generation, mindmaps, and audio overviews.
devir
Devir is a Go-based developer utility/CLI that runs and manages multiple dev services (processes) in a project, displays their logs in a Bubble Tea terminal UI with filtering/search and colored output, and provides integration surfaces including an MCP server (for Claude Code) and a Chrome DevTools WebSocket bridge. It also supports a daemon mode (Unix socket) so multiple clients (TUI and MCP) can share the same running services and log stream, plus port detection/kill helpers.
gcp-mcp-server
Provides an MCP server that exposes a subset of Google Cloud read-only data via MCP tools: listing and describing Projects, GKE/Container clusters, and Cloud Run services. Supports both stdio and SSE transport, implemented in Go with Cobra.
MCPDebugger
MCP Debugger Server that exposes Windows x86/x64 executable debugging capabilities as Model Context Protocol (MCP) tools. It supports starting/stopping a debuggee, controlling execution (continue, breakpoints, stepping), and inspecting memory/disassembly and loaded modules (imports/exports/sections).
mcp_forge
mcp_forge is a Python framework for building Model Context Protocol (MCP) servers by leveraging FastAPI and FastAPI-MCP to automatically expose FastAPI endpoints as MCP tools, with an emphasis on service-layer abstraction and dependency injection.
mcp-servers
Provides multiple Model Context Protocol (MCP) server implementations (Python, Go, Rust) that expose MCP functionality over HTTP/SSE for use with MCP-capable clients (e.g., VS Code). Includes a Docker Compose setup to run the servers.
mcp-server-weread
Provides an MCP server for WeRead (微信读书) to expose a user’s bookshelf, search results, and book notes/highlights (optionally organized by chapter), plus popular reviews, to MCP-capable LLM clients (e.g., Claude Desktop).
modernbank-mcp-server
A Spring Boot 3.2 MCP-compatible HTTP service that accepts chat messages, uses Google Gemini function-calling to select a banking-related capability (e.g., list transactions, list accounts, fetch account details), calls downstream ModernBank services via Spring Cloud OpenFeign, and maps results back to MCP-compliant payloads. It also attempts to resolve missing inputs (like accountId) by fetching available accounts and returning a pendingRequest for the user to choose.
tencentcloud-live-mcp-server
Provides an MCP (Model Context Protocol) server that exposes Tencent Cloud Live APIs as MCP Tools for domain management, stream pull/relay task management, stream management, and transcoding template/rule management. It is intended to let an AI agent call these operations via natural-language tool invocation.
wattcoin-mcp-server
**Utility token on Solana for AI agent automation**
weather-mcp-server
Weather API MCP server that exposes an MCP tool (e.g., current_weather) to fetch current weather data for a specified city, using WeatherAPI via an API key. Intended for use with AI assistants through MCP over stdio (local) or SSE (remote).
agent-architecture-review-sample
An open-source sample “Architecture Review Agent” that accepts architectural descriptions (YAML/Markdown/plaintext/files), parses and/or uses LLM inference to produce a structured risk analysis and recommendations, and generates interactive Excalidraw diagrams (with PNG export). It can run as a local CLI, a FastAPI-based web app (custom REST endpoints), or as a Microsoft Foundry hosted agent exposing an OpenAI Responses-compatible `/responses` endpoint.