[
  {
    "key": "brave-search",
    "display_name": "Brave Search",
    "logo": "https://cdn.simpleicons.org/brave-search?viewbox=auto",
    "description": "使用 Brave Search API 进行网页搜索和本地搜索",
    "category": "search",
    "homepage": "https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search"
  },
  {
    "key": "everything",
    "display_name": "Everything",
    "logo": "https://cdn.simpleicons.org/everything?viewbox=auto",
    "description": "Windows 文件搜索工具（基于 Everything SDK）",
    "category": "filesystem",
    "homepage": "https://github.com/modelcontextprotocol/servers/tree/main/src/everything"
  },
  {
    "key": "fetch",
    "display_name": "Fetch",
    "logo": "https://cdn.simpleicons.org/fetch?viewbox=auto",
    "description": "HTTP 请求工具：获取网页内容并转换为 Markdown",
    "category": "search",
    "homepage": "https://github.com/modelcontextprotocol/servers/tree/main/src/fetch"
  },
  {
    "key": "filesystem",
    "display_name": "Filesystem",
    "logo": "https://cdn.simpleicons.org/filesystem?viewbox=auto",
    "description": "读写本地文件系统，支持文件/目录的创建、读取、搜索等操作",
    "category": "filesystem",
    "homepage": "https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem"
  },
  {
    "key": "github",
    "display_name": "GitHub",
    "logo": "https://cdn.simpleicons.org/github?viewbox=auto",
    "description": "Official GitHub MCP deployment options: remote hosted, Docker container, or local binary.",
    "category": "dev-tools",
    "homepage": "https://github.com/github/github-mcp-server"
  },
  {
    "key": "memory",
    "display_name": "Memory",
    "logo": "https://cdn.simpleicons.org/memory?viewbox=auto",
    "description": "基于知识图谱的持久化记忆系统",
    "category": "memory",
    "homepage": "https://github.com/modelcontextprotocol/servers/tree/main/src/memory"
  },
  {
    "key": "playwright",
    "display_name": "Playwright",
    "logo": "https://cdn.simpleicons.org/playwright?viewbox=auto",
    "description": "使用 Playwright MCP 进行浏览器自动化，基于结构化可访问性快照与页面交互。",
    "category": "browser",
    "homepage": "https://github.com/microsoft/playwright-mcp"
  },
  {
    "key": "postgresql",
    "display_name": "PostgreSQL",
    "logo": "https://cdn.simpleicons.org/postgresql?viewbox=auto",
    "description": "PostgreSQL 数据库操作：查询、Schema 分析",
    "category": "database",
    "homepage": "https://github.com/modelcontextprotocol/servers/tree/main/src/postgres"
  },
  {
    "key": "puppeteer",
    "display_name": "Puppeteer",
    "logo": "https://cdn.simpleicons.org/puppeteer?viewbox=auto",
    "description": "浏览器自动化：网页截图、点击、表单填写、JavaScript 执行",
    "category": "browser",
    "homepage": "https://github.com/modelcontextprotocol/servers/tree/main/src/puppeteer"
  },
  {
    "key": "sequential-thinking",
    "display_name": "Sequential Thinking",
    "logo": "https://cdn.simpleicons.org/sequential-thinking?viewbox=auto",
    "description": "结构化思考工具：支持多步推理、假设修正和思维分支",
    "category": "general",
    "homepage": "https://github.com/modelcontextprotocol/servers/tree/main/src/sequentialthinking"
  },
  {
    "key": "sqlite",
    "display_name": "SQLite",
    "logo": "https://cdn.simpleicons.org/sqlite?viewbox=auto",
    "description": "SQLite 数据库操作：查询、建表、数据分析",
    "category": "database",
    "homepage": "https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite"
  }
]
