MCP编程助手

无论你是经验丰富的资深开发者,还是刚刚踏入编程领域的新手,MCP 编程助手都能成为你开发路上的得力助手。快来探索这些强大的工具,开启高效编程新体验吧!让 MCP 编程助手伴你在编程的世界里轻松前行,创造更多可能!🎉

编程工具(SSE)

{
    "mcpServers": {
        "json_to_thrift": {
            "timeout": 60,
            "url": "https://www.cyeam.com/sse",
            "transportType": "sse",
            "disabled": false
        }
    }
}

Tools

  • curl_to_go It's a code helper can generate Golang struct by Curl The input schema is: {"code":{"description":"code","type":"string"}}
  • current_time Get current time for specified timezone The input schema is: {"timezone":{"description":"timezone","type":"string"}}
  • ddl_to_go_struct It's a code helper can generate Golang struct by DDL The input schema is: {"code":{"description":"code","type":"string"}}
  • golang_expert Golang sytanx expert will told you how to write golang code and the best practise of solution The input schema is: {"count":{"description":"count","type":"integer"},"query":{"description":"query","type":"string"}}
  • json_to_ddl It's a code helper can generate MySQL DDL by Json The input schema is: {"json_str":{"description":"json_str","type":"string"}}
  • json_to_go_struct It's a code helper can generate Golang struct by Json The input schema is: {"json_str":{"description":"json_str","type":"string"}}
  • json_to_thrift Generate thrift idl by go model struct The input schema is: {"json_str":{"description":"json_str","type":"string"}}
  • tech_news Get daily technical news The input schema is: null
  • time_zone_diff_from_beijing Get time zone difference from CST The input schema is: {"name":{"description":"name","type":"string"}}

Prompts

  • code_review Asks the LLM to analyze code quality and suggest improvements
  • tech_news_prompt Summarize the latest news through LLM.

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"
            }
        }
    }
}