

Bright Data MCP:丝滑采集网页数据
核心能力:绕过反爬机制,精准抓取动态网页数据
# Tell your AI to grab stuff from a site
Command: "Get prices from https://sneaker-store.com"
# Bright Data picks the right tool
Tool: Web Scraper
Output:
- Air Zoom: $99
- Retro High: $120
GitHub 地址:
https://github.com/brightdata/brightdata-mcp
Graphiti MCP:AI的长期记忆库
核心能力:通过知识图谱存储上下文,解决大模型「失忆」问题
# Save something
Command: "Note that Alex likes dark mode"
Graphiti Action: Adds to the graph
- Alex -> Likes -> Dark Mode (May 27, 2025)
Command: "Does Alex like dark mode?"
Output: Yeah, Alex is Team Dark Mode!
GitIngest MCP:GitHub的AI导航员
核心能力:远程解析仓库结构,快速定位代码文件
实战场景:开源项目调研、代码审计、跨团队协作代码查阅
# Check a repo
Command: "What’s the setup of https://github.com/awesome/project?"
GitIngest Tool: git_directory_structure
Output:
- code/
- script.js
- docs/
- readme.md
# Read a file
Command: "Show me the readme.md"
Output:
Terminal MCP:终端的AI管家
# Find files
Command: "Show me all Python files in my folder"
Terminal MCP Tool: Search
Output:
- app.py
- helper.py
# Run something
Command: "Run app.py"
Output:
Code Executor MCP:Python的AI沙盒
# Tell your AI to run some code
Command: "Run this Python code"
Code:
import numpy as np
nums = np.array([5, 10, 15])
print(nums.mean())
Output: 10.0
MindsDB MCP:数据的AI翻译官
核心能力:统一连接多源数据,支持自然语言 / SQL 查询
# Grab Slack feedback
Command: "What’s the latest feedback on Slack?"
MindsDB Action: Pulls data
Output:
- Sarah: "This rocks!"
- Mike: "Eh, needs work."
# Try SQL
Command: "SELECT * FROM feedback WHERE vibe = 'positive'"
Output:
GitHub 地址:
https://github.com/mindsdb/mindsdb
为什么值得一试
-
开源免费:均可在 GitHub 获取源码,支持二次开发 -
低门槛接入:提供 API 和 SDK,10 行代码完成集成 -
场景全覆盖:覆盖数据采集、存储、代码管理、自动化运维等核心开发环节
-
数据采集优先选 Bright Data MCP -
对话类项目用 Graphiti MCP做记忆增强 -
代码管理场景试试 GitIngest MCP+ Terminal MCP组合
DeepSeek-CJK-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, Roboto, Ubuntu, Cantarell, Oxygen, sans-serif;">
— END —
与数字智能体一同进化
这里有人人都能读懂的AI
微信号:szgs_AI
