MCP.so
登录

mcp-server-template

@narumiruna

关于 mcp-server-template

暂无概览

基本信息

分类

开发工具

许可证

MIT

运行时

python

传输方式

stdio

发布者

narumiruna

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcpservertemplate": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/narumiruna/mcp-server-template",
        "mcpservertemplate"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is mcp-server-template?

How to use mcp-server-template?

The server is configured in the MCP client settings using the mcpServers object with command and args. Example configurations are provided for installation via GitHub (uvx --from git+https://github.com/narumiruna/mcp-server-template mcpservertemplate), PyPI (uvx mcpservertemplate@latest), and local directory (uv run --directory /home/<user>/workspace/mcp-server-template mcpservertemplate).

Key features of mcp-server-template

Use cases of mcp-server-template

FAQ from mcp-server-template

评论

开发工具 分类下的更多 MCP 服务器