Cyeam MCP 编程助手

10 秒接入,效率翻倍! 这里是一个免费的 MCP 编程工具集,专为 Claude、Cursor、Windsurf 等 AI 编辑器设计。无需安装,SSE 直连,即刻拥有 9+ 实用开发工具 + 2 组 AI Prompt + 实时 Go 博客资源

编程工具(SSE)

{
    "mcpServers": {
        "json_to_thrift": {
            "timeout": 60,
            "url": "https://cyeam-wiki-mcp-production.up.railway.app/mcp",
            "transportType": "sse",
            "disabled": false
        }
    }
}

Tools

  • wiki_query

    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.

  • wiki_get_article

    Read a specific wiki article by name or path. Must pass parameters as a JSON object with the exact field name 'name'.

  • wiki_search_index

    Search the wiki index by keyword. Must pass parameters as a JSON object with the exact field name 'keyword'.

  • wiki_get_graph

    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.

  • tech_news

    Get daily technical news from RSS feeds

  • decompose_character

    查询 characters 表,返回指定汉字的 IDS 拆字结构、结构类型与部件列表。支持繁简同库。未收录的字返回明确错误。

  • query_component_candidates

    按部件 ID 查询可用于拼字的候选源字列表。JOIN char_parts + library,按 quality_score 降序返回。支持书体过滤与行书变体(如 辶_行书简)。

  • get_composition_instruction

    先拆字,再逐个部件查询元数据(default_ratio、gravity)和候选源字,组装成完整的拼字指令 JSON。用于指导自动拼字或集字排版。

  • curl

    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

Prompts

  • wiki_query_system

    System prompt for wiki query assistant

  • tech_news_prompt

    Summarize the latest news through LLM

  • skill_ai-news-zh

    ai-news-zh — 中文AI科技日报自动采集与推送。从The Verge、Wired、TechCrunch等英文源抓取最新AI资讯,自动翻译整理为中文,按分类推送到飞书/Telegram/Discord等渠道。适合关注AI行业动态的中文用户。

  • skill_roadbook-csv

    roadbook-csv — Cyeam 开放平台 API Key,用于调用路书生成接口

  • skill_weather

    weather — Get current weather and forecasts (no API key required).

Resources

  • Wiki Index

    The master index of all wiki articles

    wiki://index
  • Wiki Backlinks

    Reverse link index between wiki articles

    wiki://backlinks
  • Wiki Knowledge Graph

    Visual graph of wiki article relationships

    wiki://graph
  • ai-news-zh - format.md

    Skill resource: format.md

    skill://ai-news-zh/format.md
  • ai-news-zh - sources.md

    Skill resource: sources.md

    skill://ai-news-zh/sources.md
  • roadbook-csv - README.md

    Skill resource: README.md

    skill://roadbook-csv/README.md

Cloudinary(stdio)

  • cloud Cloudinary的云名称。
  • key Cloudinary的API密钥。
  • secret Cloudinary的API密钥密码。
go install gitee.com/cyeam/cloudinary_mcp@latest

{
    "mcpServers": {
        "image_upload": {
            "type": "stdio",
            "command": "cloudinary",
            "args": [],
            "env": {
                "cloud": "cyeam",
                "key": "key",
                "secret": "password"
            }
        }
    }
}

Feedback