MCP编程助手

编程工具(SSE)

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

Tools

  • json_to_thrift Generate thrift idl by go model struct
  • current_time Get current time for specified timezone
  • time_zone_diff_from_beijing Get time zone difference from CST

Prompts

  • code_review Asks the LLM to analyze code quality and suggest improvements

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