loading…
Search for a command to run...
loading…
An MCP server built with FastMCP that currently provides a simple mathematical addition tool. It includes environment configurations for GitHub repository integ
An MCP server built with FastMCP that currently provides a simple mathematical addition tool. It includes environment configurations for GitHub repository integration, suggesting future functionality for managing or uploading content.
这是一个基于 FastMCP 框架构建的 MCP (Model Context Protocol) 工具包。
当前实现了一个简单的数学工具:
add: 用于执行两个数字相加的操作{
"mcpServers": {
"mcp-md2poster": {
"args": ["-y","@pidanmoe/mcp-md2poster"],
"command": "npx",
"env": {
"GITHUB_TOKEN": "{{GITHUB_TOKEN}}",
"GITHUB_OWNER": "{{GITHUB_OWNER}}",
"GITHUB_REPO": "{{GITHUB_REPO}}",
"GITHUB_BRANCH": "{{GITHUB_BRANCH}}", // 默认为 main
"FOLDER": "{{FOLDER}}" // 默认为 uploads
}
}
}
}
该项目遵循 Model Context Protocol 规范,可以通过标准 I/O 或其他传输方式与支持 MCP 的客户端进行通信。
用于执行两个数字相加的操作
a: 第一个操作数b: 第二个操作数bun install
bun run dev
bun run inspect
bun run build
add 工具,支持两个数字相加操作此项目使用 bun v1.2.19 创建。Bun 是一个快速的一体化 JavaScript 运行时。
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-md2poster": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.