Mcp Seal Generator Server
@lilei0303
关于 Mcp Seal Generator Server
基于 Spring AI 的印章生成的 MCP Server 服务,快速让 AI 生成公章、私章。
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-seal-generate-server": {
"command": "java",
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-Dspring.main.web-application-type=none",
"-Dlogging.pattern.console=",
"-jar",
"/yours_path/mcp-seal-generate-server-0.0.1-SNAPSHOT.jar"
],
"env": {}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Mcp Seal Generator Server?
Mcp Seal Generator Server is a Spring Boot-based service that generates official seals and personal seal images via the Model Context Protocol (MCP). It integrates with any MCP-capable AI assistant (e.g., Claude, Cursor, Qianfan AppBuilder) and stores generated images in MinIO.
How to use Mcp Seal Generator Server?
Run the server with Java 17+, configure MinIO and MCP transport mode (SSE or stdio) in application.yml, then deploy the jar. AI assistants call the two tools (generateOfficialSeal, generatePersonalSeal) by providing a seal description; the server returns a URL to the generated image.
Key features of Mcp Seal Generator Server
- Generate official seals from a text description
- Generate personal seals from a text description
- Supports SSE and stdio transport modes
- Stores images in MinIO object storage
- Integrates with any MCP-compatible AI assistant
Use cases of Mcp Seal Generator Server
- Let an AI assistant create a corporate official seal on demand
- Generate a personal name seal through natural language requests
- Embed seal generation into AI-powered document workflows
FAQ from Mcp Seal Generator Server
What runtime does Mcp Seal Generator Server require?
Java 17 or higher is required to run the server.
How are generated images stored and accessed?
Images are uploaded to a MinIO bucket. The server returns a direct URL to the image.
What transport modes are supported?
SSE (HTTP streaming) and stdio (standard I/O) modes are both supported.
Does it require a database?
No database is needed; only MinIO for image storage is required.
Can I use it with Cherry Studio?
Yes, Cherry Studio can connect via SSE or stdio MCP configuration.
开发工具 分类下的更多 MCP 服务器
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
评论