MCP.so
登录

MCP-Server

@SeriaWei

关于 MCP-Server

Use this MCP server to tell AI who are you.

基本信息

分类

开发工具

运行时

node

传输方式

stdio

发布者

SeriaWei

配置

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

{
  "mcpServers": {
    "developer-name": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-developer-name"
      ],
      "env": {
        "DEVELOPER_NAME": "Wayne Wei"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

工具

未检测到工具

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

概览

What is MCP-Server?

MCP-Server is an MCP (Model Context Protocol) server that returns the current developer information, configured via an environment variable.

How to use MCP-Server?

Add the provided JSON snippet to your mcpServers configuration, setting the DEVELOPER_NAME environment variable to your desired name. Run it with `

评论

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