发现优秀的 MCP 服务器
通过 MCP 服务器扩展您的代理能力,拥有 14,629 个能力。

Stock Ticker MCP Server
Provides real-time and historical stock market data through the Alpha Vantage API. Enables users to get current stock prices and retrieve historical stock data for any major stock symbol via natural language queries.

Filesystem MCP Server for WSL
Node.js server implementing Model Context Protocol that enables seamless interaction between Windows and Linux distributions under WSL, allowing file operations like reading, writing, searching, and managing files across the WSL filesystem from Windows.
mcp-server-google-cloud-logging
好的,以下是一些关于如何使用 gcloud 从 Logging 获取日志的说明: **基本命令:** 最基本的命令是 `gcloud logging read`。 它会从 Logging 中读取日志条目并将其打印到您的终端。 ```bash gcloud logging read ``` 这会显示最近的日志条目。 **常用选项:** * **`--limit`**: 限制返回的日志条目数量。 例如,只显示最近的 10 个条目: ```bash gcloud logging read --limit 10 ``` * **`--format`**: 控制输出格式。 常用的格式包括 `text` (默认), `json`, 和 `yaml`。 `json` 格式对于进一步处理日志数据非常有用。 ```bash gcloud logging read --limit 10 --format json ``` * **`--freshness`**: 指定日志条目的时间范围。 例如,只显示过去 5 分钟的日志: ```bash gcloud logging read --freshness 5m ``` 可以使用 `s` (秒), `m` (分钟), `h` (小时), `d` (天) 作为单位。 * **`--project`**: 指定要查询的 Google Cloud 项目。 如果未指定,则使用当前活跃的项目。 ```bash gcloud logging read --project your-project-id ``` * **`--order`**: 指定日志条目的排序方式。 可以是 `asc` (升序,最早的日志在前) 或 `desc` (降序,最新的日志在前,默认值)。 ```bash gcloud logging read --order asc ``` **使用过滤器:** `gcloud logging read` 最强大的功能是使用过滤器来精确地选择您需要的日志条目。 过滤器使用 Logging 查询语言。 * **基本过滤:** * 按日志名称过滤: ```bash gcloud logging read "logName:projects/your-project-id/logs/your-log-name" ``` 将 `your-project-id` 替换为您的项目 ID,将 `your-log-name` 替换为日志的名称 (例如,`stdout`, `stderr`, 或自定义日志名称)。 * 按严重程度过滤: ```bash gcloud logging read "severity>=ERROR" ``` 这将显示所有严重程度为 `ERROR` 或更高的日志条目 (例如,`ERROR`, `CRITICAL`, `ALERT`, `EMERGENCY`)。 * 按文本内容过滤: ```bash gcloud logging read "textPayload:\"error message\"" ``` 这将显示所有包含 "error message" 的日志条目。 注意需要使用双引号转义。 * **更复杂的过滤:** * 组合多个条件: ```bash gcloud logging read "logName:projects/your-project-id/logs/your-log-name AND severity>=WARNING" ``` * 过滤特定资源: ```bash gcloud logging read "resource.type=gce_instance AND resource.labels.instance_id=your-instance-id" ``` 将 `your-instance-id` 替换为您的 GCE 实例 ID。 * 过滤 JSON 有效负载中的字段: ```bash gcloud logging read "jsonPayload.status = \"error\"" ``` 假设您的日志条目有一个 JSON 有效负载,其中包含一个名为 `status` 的字段。 **示例:** 1. 获取过去 1 小时内来自特定日志的错误日志,并以 JSON 格式输出: ```bash gcloud logging read --freshness 1h --format json "logName:projects/your-project-id/logs/your-log-name AND severity>=ERROR" ``` 2. 获取特定 GCE 实例的日志,并将其保存到文件中: ```bash gcloud logging read "resource.type=gce_instance AND resource.labels.instance_id=your-instance-id" > instance_logs.txt ``` **重要提示:** * **权限:** 确保您拥有访问 Logging 数据的适当权限。 您可能需要 `roles/logging.viewer` 或更高级别的角色。 * **查询语言:** 熟悉 Logging 查询语言对于编写有效的过滤器至关重要。 请参阅 Google Cloud 文档以获取完整的语法和功能:[https://cloud.google.com/logging/docs/view/advanced-queries](https://cloud.google.com/logging/docs/view/advanced-queries) * **性能:** 复杂的过滤器可能会影响查询性能。 尽量保持过滤器简洁高效。 希望这些信息对您有所帮助! 如果您有任何其他问题,请随时提出。
hackernew-mcp
为 Hacker News 打造的对 AI 友好的 MCP 服务器
Kubernetes MCP Server
满足您所有需求的 Kubernetes MCP 服务器 ☸️

Garmin MCP Server
Enables ChatGPT to access and analyze personal Garmin health data including daily steps, heart rate, calories, sleep duration, and body battery levels. Collects data via webhook from Garmin devices and provides health insights through natural language queries.

claude-safe-mcp
A secure MCP wrapper for Anthropic Claude Code that eliminates the need for permission flags while preserving full CLI functionality and working seamlessly with MCP-compatible IDEs.

Gemini MCP Server
A Model Context Protocol server that gives Claude access to Google's Gemini 2.5 Pro for extended thinking, code analysis, and problem-solving with a massive context window.

GitHub DeepWiki MCP Server
This MCP server provides detailed GitHub repository information by integrating with mcp.deepwiki.com and GitHub API to fetch repository wiki content, README files, and enable intelligent question-answering about repositories.
AutoCAD LT AutoLISP MCP Server
AutoCAD LT AutoLISP MCP 服务器
URL-Based MCP Server
URL MCP 是一个概念验证的无状态 MCP 服务器构建器,它允许用户构建 MCP 服务器而无需编写或托管代码。它的目的是用于协议和安全实验,而不是用于构建真实的 MCP 集成。
mcp-server-opensearch MCP server

Test
测试 (cè shì)

aster-info-mcp
An MCP server that provides structured access to Aster DEX market data—covering candlesticks, order books, trades, and funding rates.

bnbchain-mcp
bnbchain-mcp
File Operations MCP Server
镜子 (jìng zi)
Portainer MCP
Portainer MCP 服务器 (Portainer MCP fúwùqì)

PocketMCP
A lightweight, local-first MCP server that automatically watches folders, chunks and embeds files using Transformers.js, and exposes semantic search capabilities to VS Code and Cursor. Runs completely offline with SQLite vector storage, designed for resource-constrained environments.

Enhanced Sequential Thinking MCP Server
Enables structured problem-solving through sequential thinking stages with persistent storage and analysis. Helps break down complex problems into manageable cognitive steps while tracking progress and generating summaries of the entire thought process.
Stability AI MCP Server
镜子 (jìng zi)
Tugboat MCP Server
一个用于与 Tugboat API 交互的模型上下文协议 (MCP) 服务器。
UniAuto MCP Server
具有自修复功能的通用测试自动化 MCP 服务器,并集成了 Smithery.ai。

MCP Magic UI
一个模型上下文协议(Model Context Protocol,MCP)服务器,提供对 Magic UI 组件的访问,允许 AI 助手和其他 MCP 客户端发现和使用来自 Magic UI 设计系统的 UI 组件。

Memento
A local, fully-offline MCP memory server that enables persistent storage and retrieval of information using SQLite with both keyword and semantic vector search capabilities.

mcp-angular-cli
mcp-angular-cli

Playwright Fetch MCP Server
Provides web content fetching capabilities using Playwright browser automation, enabling LLMs to retrieve and process JavaScript-rendered content from web pages and convert HTML to markdown for easier consumption.
Comfy MCP Server
镜子 (jìng zi)

Remote MCP Server (Authless)
A deployable Model Context Protocol server on Cloudflare Workers that enables custom AI tools without requiring authentication, compatible with Cloudflare AI Playground and Claude Desktop.
Grafana MCP server
Grafana 的 MCP 服务器 (Grafana de MCP fúwùqì)

freedcamp
freedcamp