Packages
26403 resultsweather-mcp-server-java
Provides a Model Context Protocol (MCP) weather tool via a Java (Spring Boot–based) MCP server using STDIO transport. The exposed tool fetches current weather details for a specified location by calling the free wttr.in weather endpoint (no API key mentioned).
AgentChat
An LLM-based intelligent agent platform that combines multi-agent collaboration, RAG knowledge retrieval, MCP server integration, and memory management for complex conversational AI workflows.
codex-claude-bridge
Provides a bidirectional bridge between Claude Code (via Claude Code Channels from an MCP server) and OpenAI Codex CLI (via an MCP server exposing blocking tool calls). It routes Claude- and Codex-initiated messages through the bridge and renders a real-time web UI while the two agents discuss.
data-api-builder
Data API builder (DAB) generates a containerized CRUD data API from supported database schemas, exposing secure REST and GraphQL endpoints (and mentions MCP support as coming soon). It includes a CLI (dab) for configuration, adds entities with permissions, and can run in development or production modes.
excel-online-mcp-server-by-cdata
Provides a local, read-only MCP server that wraps CData’s JDBC Driver for Excel Online, exposing Excel Online content as relational tables/columns and allowing tool-based SQL SELECT queries via an MCP (stdio) interface for AI clients like Claude Desktop.
k8s-mcp-server
An MCP server that exposes Kubernetes read-only style tools to AI assistants: getting a specific Kubernetes resource and listing resources by kind with optional namespace and labelSelector filtering. It supports both in-cluster configuration and external kubeconfig.
mcp-fhir
@flexpa/mcp-fhir is an experimental MCP (Model Context Protocol) server that connects to a FHIR server using SMART on FHIR access tokens. It exposes MCP tools to search for FHIR resources and read individual FHIR resources, returning results in FHIR JSON and supporting resource access via fhir:// URIs.
mcp-interviewer
mcp-interviewer is a Python CLI (and library) that interviews an MCP server by running it (typically via an external command), performing constraint checking on tool metadata/capabilities, optionally running functional tests by invoking tools using an OpenAI-compatible chat completions client, optionally performing experimental LLM-based evaluations/judging, and generating a Markdown + JSON report with collected statistics and results.
MetasploitMCP
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).
awesome-openclaw-tutorial
> 从零开始打造你的AI工作助手:最全面的中文教程,涵盖安装、配置、实战案例和避坑指南
awesome-openclaw-usecases-zh
<div align="center">
cert-manager
<p align="center">
clawbands
Security middleware for OpenClaw agents - Runtime interception with human-in-the-loop approval
cloudflare-basic-infra-starter-skill
An [Agent Skill](https://agentskills.io/specification) packaging proven infrastructure patterns for small projects on Cloudflare Workers + D1 + Pages. When installed, your coding agent already knows how to structure workers, design D1 schemas, configure multi-environment Wrangler, write safe deploy scripts, and set up testing.