MCP Grareco
MCP 格拉雷科
用于生成图形记录的 MCP 服务器。利用MCP协议的功能,可以将任意URL或字符串的内容转换成图形记录。
成分
工具
echo回显输入消息的简单工具
输入:
message(字符串):要回显的消息。
返回:包含回显消息的文本。
printEnv显示所有环境变量
帮助调试 MCP 服务器配置
输入:无
返回值:所有环境变量的 JSON 字符串
webToGrareco从URL获取网站并转换成图形记录格式的HTML
输入:
url(字符串):要转换的网站 URL。promptType(枚举:“standard” | “elementary” | “timeline”,默认值:“standard”):要使用的提示类型(standard、elementary、timeline)
返回值:生成的HTML文件保存的路径。
处理期间发送的进度通知
textToGrareco将文本转换为图形记录格式的 HTML
输入:
text(字符串):要转换的文本。promptType(枚举:“standard” | “elementary” | “timeline”,默认值:“standard”):要使用的提示类型(standard、elementary、timeline)
返回值:生成的HTML文件保存的路径。
处理期间发送的进度通知
日志记录
服务器每15秒发送一次随机级别的日志消息,例如:
{
"method": "notifications/message",
"params": {
"level": "info",
"data": "Info-level message"
}
}Related MCP server: ai-research-assistant-mcp
如何使用
本地运行
# インストール
npm install
# ビルド
npm run build
# 実行(STDIOモード)
npm run start
# 実行(SSEモード)
npm run start:sse与 Claude Desktop 一起使用
将以下内容添加到cline_mcp_settings.json :
例 1:
{
"mcpServers": {
"grareco": {
"command": "npx",
"args": [
"-y",
"mcp_grareco"
]
}
}
}示例 2:
{
"mcpServers": {
"grareco": {
"url": "http://localhost:3000/sse",
"headers": {},
"timeout": 900
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables generating scripts based on specified topics and keywords, while also providing functionality to store and summarize notes.1
- FlicenseCqualityCmaintenanceAn MCP server that provides tools, resources, and prompts for reading, writing, and summarizing research notes stored in a local flat-file database.2
- FlicenseNot gradedqualityBmaintenanceMCP server that converts PDF, video, web, and audio inputs into structured Markdown notes with support for checkpointing, batch processing, and Obsidian integration.
- AlicenseAqualityDmaintenanceMCP server that converts Mermaid diagrams to styled Excalidraw files, saving them directly to disk without token overhead.2MIT
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
An MCP server that integrates with Discord to provide AI-powered features.
MCP server for Midjourney AI image generation and editing
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/iuill/mcp_grareco'
If you have feedback or need assistance with the MCP directory API, please join our Discord server