10 秒接入,效率翻倍! 这里是一个免费的 MCP 编程工具集,专为 Claude、Cursor、Windsurf 等 AI 编辑器设计。无需安装,SSE 直连,即刻拥有 9+ 实用开发工具 + 2 组 AI Prompt + 实时 Go 博客资源。
{
"mcpServers": {
"json_to_thrift": {
"timeout": 60,
"url": "https://cyeam-wiki-mcp-production.up.railway.app/mcp",
"transportType": "sse",
"disabled": false
}
}
}
Query the personal knowledge wiki using its native query logic. Reads index, backlinks, and 3-8 relevant articles to synthesize an answer. Must pass parameters as a JSON object with the exact field names listed below.
Read a specific wiki article by name or path. Must pass parameters as a JSON object with the exact field name 'name'.
Search the wiki index by keyword. Must pass parameters as a JSON object with the exact field name 'keyword'.
Return the knowledge graph image of the wiki. Optionally filter by a query to show only related articles and their neighbors. All parameters must be passed as a JSON object with the exact field names listed below.
Get daily technical news from RSS feeds
查询 characters 表,返回指定汉字的 IDS 拆字结构、结构类型与部件列表。支持繁简同库。未收录的字返回明确错误。
按部件 ID 查询可用于拼字的候选源字列表。JOIN char_parts + library,按 quality_score 降序返回。支持书体过滤与行书变体(如 辶_行书简)。
先拆字,再逐个部件查询元数据(default_ratio、gravity)和候选源字,组装成完整的拼字指令 JSON。用于指导自动拼字或集字排版。
Execute HTTP requests. Allowed URLs: https://www.theverge.com/ai-artificial-intelligence, https://www.wired.com/feed/tag/ai/latest/rss, https://techcrunch.com/feed/, https://www.anthropic.com/news, https://www.technologyreview.com/feed/, https://blog.google/technology/ai/, -H, -d, https://www.cyeam.com/api/roadbook/get, wttr.in/, https://api.open-meteo.com/v1/forecast
System prompt for wiki query assistant
Summarize the latest news through LLM
ai-news-zh — 中文AI科技日报自动采集与推送。从The Verge、Wired、TechCrunch等英文源抓取最新AI资讯,自动翻译整理为中文,按分类推送到飞书/Telegram/Discord等渠道。适合关注AI行业动态的中文用户。
roadbook-csv — Cyeam 开放平台 API Key,用于调用路书生成接口
weather — Get current weather and forecasts (no API key required).
The master index of all wiki articles
wiki://index
Reverse link index between wiki articles
wiki://backlinks
Visual graph of wiki article relationships
wiki://graph
Skill resource: format.md
skill://ai-news-zh/format.md
Skill resource: sources.md
skill://ai-news-zh/sources.md
Skill resource: README.md
skill://roadbook-csv/README.md
go install gitee.com/cyeam/cloudinary_mcp@latest
{
"mcpServers": {
"image_upload": {
"type": "stdio",
"command": "cloudinary",
"args": [],
"env": {
"cloud": "cyeam",
"key": "key",
"secret": "password"
}
}
}
}